how to place < symbol in xml file which is to be read by the java program?

roka

New Member
I am placing an SQL query(which contains < symbol) inside xml file and i am trying to read that query in a java program. But it is displaying the exception \[quote\] "org.xml.sax.SAXParseException: The content of elements must consist of well-formed character data or markup."\[/quote\]can any one help me how to fix the above issue?
 
Back
Top