[xsd-users] CDATA entities
Ovanes Markarian
om_codesynthesis at keywallet.com
Tue Jul 9 07:37:54 EDT 2013
Hello *,
I searched the web if that is a known problem, but did not find anything
about that. I currently parse an XML Document with C++/Parser which
contains CDATA entities. This causes the parser to throw an exception:
error: unexpected characters 'Bluetooth is a proprietary...'
The element the parser is not able to parse is:
<Description ID="1" langid="1">
<![CDATA[Bluetooth is a proprietary...]]>
</Description>
There are no special characters besides '(' ')' inside.
How can I fix this issue?
Thanks,
Ovanes
More information about the xsd-users
mailing list