In mysql we can check the less than condition by using '>' symbol but in XML files in java, how can I check that condition when we are writing query? Please suggest me. Its very helpful
Thanks, Vara Kumar PJD
|
|
How about escaping the character with
? |
|||||||
|
|
|
Have you tried the CDATA tag?
`All text in an XML document will be parsed by the parser. But text inside a CDATA section will be ignored by the parser.` |
|||
|
|