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 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