Hi There
How well does Tiny support the CDATA tag, I have a CDATA tag in one of my files and parses ok until I have some '<>'s in the text of the tag. I understood that was allowed? Anyway Tinyxml just hangs when it attempts to parse something like:
<![CDATA[<>]]>
Am I doing something wrong, or is this not yet supported?
Many thanks
Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There's still no CDATA support, but I've added it to my own copy of version 2.3.2, and have just emailed the changes to Lee. Let's hope he incorporates them in version 2.3.5...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
CDATA is "on the list" of things to put in. It probably won't be in the next version - I need to fix some bugs with the current code first.
I haven't looked at all the patches yet. Some of them look like they would work fine, but I haven't seen one yet that has a complete implementation and updates the test harness.
lee
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi There
How well does Tiny support the CDATA tag, I have a CDATA tag in one of my files and parses ok until I have some '<>'s in the text of the tag. I understood that was allowed? Anyway Tinyxml just hangs when it attempts to parse something like:
<![CDATA[<>]]>
Am I doing something wrong, or is this not yet supported?
Many thanks
Chris
There's still no CDATA support, but I've added it to my own copy of version 2.3.2, and have just emailed the changes to Lee. Let's hope he incorporates them in version 2.3.5...
That would be most handy.
CDATA is "on the list" of things to put in. It probably won't be in the next version - I need to fix some bugs with the current code first.
I haven't looked at all the patches yet. Some of them look like they would work fine, but I haven't seen one yet that has a complete implementation and updates the test harness.
lee