Menu

CDATA

2005-09-20
2013-05-20
  • Lee Thomason

    Lee Thomason - 2005-09-20

    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

     
    • Lee Thomason

      Lee Thomason - 2005-09-20

      Ignore both points. The class won't be in the public API.

      Oops. :)
      lee

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.