I'm investigating putting in CDATA support (finally) into TinyXml. It does has some questions I'd like feedback on.
1. TiXmlCData or TiXmlCDATA?
2. Formatted output, should the indented be kept on future lines? That is:
<![CDATA[ cdata content ]]>
or
The former injects tabbing not present in the original, and the latter looks weird.
Thoughts appreciated, lee
Ignore both points. The class won't be in the public API.
Oops. :) lee
Log in to post a comment.
I'm investigating putting in CDATA support (finally) into TinyXml. It does has some questions I'd like feedback on.
1. TiXmlCData or TiXmlCDATA?
2. Formatted output, should the indented be kept on future lines? That is:
<![CDATA[
cdata content
]]>
or
<![CDATA[
cdata content
]]>
The former injects tabbing not present in the original, and the latter looks weird.
Thoughts appreciated,
lee
Ignore both points. The class won't be in the public API.
Oops. :)
lee