I'm sure that this has been asked a million times on the list, but I can't seem to get to the archive:
I am using JDK 1.3 on Linux/Xerces 1.4.3 I am reading in a document that contains & characters and the like inside an element. eg: <tag>Dog & Cat</tag> The SAX parser is splitting up the contents, so that I get "Dog" in one call to characters(), and "&" in the next. I want characters() to give "Dog & Cat" to me in the same call. Is there a feature or a property of some sort that I need to set in the XMLReader. It seems like there ought to be a simple way to do this - but I'm stumped unless I've rewrite this piece of my application to be alot smarter than I think it needs to be! Thanks. -- Andrew McConnell Socketware, Inc. [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
