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.
 

Reply via email to