I am using SAX to parse an XML file however I keep getting non printable characters. Is there a away I can escape this characters.

The code is here:
http://pastebin.mozilla.org/350691

I keep getting output of invisible characters like /t /n /s. How can i avoid that and just get the node content?

Sample XML is:
<Employees>
   <Employee id="101">
       <Name>
          <First>John</First>
          <Last>Smith</Last>
       </Name>
       <Phone type="Home">785-555-1234</Phone>
   </Employee>
</Employees>

--
Alexandro Colorado
CoLeader of OpenOffice.org ES
http://es.openoffice.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to