Re: Help with predefined entities and character references

2008-02-21 Thread T.A. Nguyen
Just escape the & and that should do it. Regards, T.A. Nguyen http://themilli.com/ta - Original Message - From: Huynh, Lynn T. To: j-users@xerces.apache.org Sent: Thursday, February 21, 2008 2:43 PM Subject: Help with predefined entities and character references Hi, I

Re: Help with predefined entities and character references

2008-02-21 Thread keshlam
If you're working with XML tools, these entity references and numeric character references WILL be expanded. If that isn't what you intended, your document should have escaped the & character. __ "... Three things see no end: A loop with exit code done wrong,

Help with predefined entities and character references

2008-02-21 Thread Huynh, Lynn T.
Hi, I am using SAX and have the need to have the predefined entities and the character references to be unparsed. For example if I have this string: & < > > I would like to get:& < > > and not:& < > > I know I can turn on on the features to notify the character references and built