Hello, I'm using Xerces to parse a document that has the following attribute construct in it:
<sometag attr="> some text" ... /> Now, I *don't* want the > to be replaced by a > character, so I call setExpandEntityReferences(false). However, it still gets expanded into an > and causes problems down the road. Am I doing something wrong or missing something else? Thanks, Joe Marini --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
