[xsd-users] Re: CDATA entities
Ovanes Markarian
om_codesynthesis at keywallet.com
Tue Jul 9 08:24:34 EDT 2013
Ok, found out why that happened. Schema validation error, since the element
is marked as having no text.
Is there any way I disable schema validation after the generation?
Thanks,
Ovanes
On Tue, Jul 9, 2013 at 1:37 PM, Ovanes Markarian <
om_codesynthesis at keywallet.com> wrote:
> 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