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 builtin references and do my own handling, but is there any other option to make this easier? Thanks in advance for your help.
- Configure xerces to accept '&' character ying lcs
- Re: Configure xerces to accept '&' characte... keshlam
- Help with predefined entities and character... Huynh, Lynn T.
- Re: Help with predefined entities and c... keshlam
- Re: Help with predefined entities and c... T.A. Nguyen
- Re: Configure xerces to accept '&' characte... Mukul Gandhi
- Re: Configure xerces to accept '&' characte... Eric J. Schwarzenbach