Hey guys,
I have a schema which I use xmlbeans to umarshal to java objects.
I have no control over the kind of data that comes thru.
One such field looks like
<Name>Barnes & Noble</Name>
Parsing fails at the character & with lexical error.
Is there a way to specify an option while parsing xml files to ignore some special characters?
Any help you could provide will be great.
thanks