Hi
I am genearting an xml files using a java application. In the xml i need to enclose some text in CDATA tag. I tried using java code , but it doesn't appear in the correct format in xml
<![CDATA[" and ends with "]]>"
I am getting a format lime [CDATA : text ]
What method should i use to generate the xml in the correct format ?
I am genearting an xml files using a java application. In the xml i need to enclose some text in CDATA tag. I tried using java code , but it doesn't appear in the correct format in xml
<![CDATA[" and ends with "]]>"
I am getting a format lime [CDATA : text ]
What method should i use to generate the xml in the correct format ?
Comment