Hello. First of all, I apologize, I'm sure this issue has been covered a million times before, but while I was able to find an archive for the xerces-j dev list, I was unable to find the corresponding archive for the users list. Anyway, I'm reading an xml document which has content such as:
<store>A & B Market</store> When I try to parse it, xerces throws an exception because, of course, it tries to interpret the '&' as the beginning of an entity reference. My question then, is, what are some strategies for dealing with this issue. Is there some way I can indicate to the parser to interpret '&' literally? My application doesn't use a dtd (or a schema) so if there is some way to make this indication in the dtd I, unfortunately, can't utilize it. Any thoughts? Thanks in advance. -jason __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
