honghaoz / Ji

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

Using correct way to #include the project's libxml header files #19

Closed everald closed 8 years ago

everald commented 8 years ago

Fixes #17

honghaoz commented 8 years ago

@everald Cool! Everything looks good! btw, yesterday I was trying to use module map to import libxml2. Basically worked. Not sure whether the module map could be a better approach to import libxml2 in swift.

References:

honghaoz commented 8 years ago

Will merge this PR first, we can discuss in https://github.com/honghaoz/Ji/issues/17