Sir,
I am parseing one xml file useing sunparser(DOM). Its parseing fine. But when ever my xml haveing "<" or ">" this symbols. its parseing but its not giveing the "<" or "<" symbol. What is the problem.
Here I am giveing examples.
My xml looks like:
<data>salary < 5000</data>
I am expecting this out put from parser: salary < 5000
but parser gave output: salary
How can I solve this. Please Help me.
Thanks and Regards
srinivas
Join the world�s largest e-mail service with MSN Hotmail. Click Here
=========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
