M
mic123
I am creating an xml document using XMLOutputter in JAVA, then
displaying the xml file in Firefox browser.
My problem is that I want to simply display the XML as idented text,
but the browser adds "-" signs to the text.
So when I try to copy+paste the text I also get the "-" signs with it.
Can I cause the browser to display an idented XML text without the "-"
signs??
An example of copy paste:
*******************************
-
<XML>
-
<defaultConfig>
-
<Server checkInterval="300"/>
</Server>
</defaultConfig>
</XML>
Thanks in advance
displaying the xml file in Firefox browser.
My problem is that I want to simply display the XML as idented text,
but the browser adds "-" signs to the text.
So when I try to copy+paste the text I also get the "-" signs with it.
Can I cause the browser to display an idented XML text without the "-"
signs??
An example of copy paste:
*******************************
-
<XML>
-
<defaultConfig>
-
<Server checkInterval="300"/>
</Server>
</defaultConfig>
</XML>
Thanks in advance