I have a simple XML document, which has basically this structure
<msg>
<type>
... something
</type>
<data>
... CDATA section (part 2)..
</data>
</msg>
Several XML syntax checkers confirmed, that the syntax of the XML
data is correct.
If I set a simple string in (part 2), RB parses it correctly.
If I warp a PHP source file in CDATA and set it as (part 2), RB
returns an XML exception.
Does this is a known problem? Should I probably switch to some other
notation and
parse it myself?
Or should I probably decode64 the source, skip the CDATA and set the
encoded
stuff as (part 2).
More general: How stable is XML support in 2006R4?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>