SAX Parser & Entity Expansion 2003-07-15 - By Anthony Rabaa
Hello,
I'm using a SAX parser to scan incoming XML and for select structures, build a DOM for manipulation. I've run into a little snag when it comes to the incoming entities being expanded into thier characters and I was wondering if somebody could tell me what property or feature would disable entity expansion?
A good example is <para><graphic></para> in the SAX parser funnels into the DOM builder as <para><graphic></para> which throws a parser error. The EntityResolver class is for external entities so the SAX parser will not relay the requests to it. Thanks in advance for your help! --
*Anthony Rabaa* Software Developer AMCon Research Inc., Ottawa, Ontario, Canada http://www.amconresearch.com
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|