This repository has been archived by the owner on Jun 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 107
Handling XML <![CDATA[...]]> #98
Comments
I am facing the same problem, is there any progress solving this? |
I was reading the src, I came with a parcial solution by modifing "xml_load_item()" on sflxmll.c. Basically I added the following after the "DOCTYPE" conditional
I wonder if that is the best place to fix our issue. I also have been thinking what should be best: remove the CDATA tag from output or not? |
Sekenre
added a commit
to Sekenre/gsl
that referenced
this issue
Sep 26, 2016
Solution: Treat it as a comment. Possible fix for issue imatix#98
I have the same problem and written up a crude patch as an example how it could be implemented. If such an addition would be welcome I could then modify the patch in order to add more checks make it more robust etc.. If yes, I would appreciate some comments on how the same functionality can be archived with more functionality that is already available in gsl. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems that there's a problem in the XML parser not recognizing <![CDATA[...]> constructs:
Here's the output:
The text was updated successfully, but these errors were encountered: