Menu

Parser DTD

iOne
2004-10-07
2013-05-20
  • iOne

    iOne - 2004-10-07

    First, sorry for my english. I need to parse this xml code:

    <script>
    <![CDATA[<html><body><p>text</p></body></html>]]>
    </script>

    How can i extract te content of CDATA? (<html><body><p>text</p></body></html>) I whant parse a xml feed (atom format, for example) and the most of them have this format:

    <![CDATA[...html...]]>

    Thank you

     
    • Lee Thomason

      Lee Thomason - 2004-10-12

      It won't, currently. The TiXmlUnknown needs to be extended to supportd CDATA / DTD.

      lee

       

Log in to post a comment.