honghaoz / Ji

Ji (戟) is an XML/HTML parser for Swift
MIT License
824 stars 65 forks source link

rawContent, difference between `xmlNodeDumpOutput` with `xmlNodeGetContent` #1

Closed honghaoz closed 9 years ago

honghaoz commented 9 years ago

Ji 1.1 has been updated and fixed issue with rawContent, now rawContent will contain tags and children, which respects the name rawContent.

Refer this commit: https://github.com/honghaoz/Ji/commit/931fa6871c22429aea578302ccf7233bd88040dc

Issue could be closed.