Conversion of &
Posted: Thu Dec 04, 2003 10:33 pm
I have an XML file with a node like this:
<Commercial>  </Commercial>
When I load the file into Oxygen, it converts the node as follows:
<Commercial>  </Commercial>
This does not work, as I am trying to preserve whitespace when I apply an XSL transform to this file to build an HTML page.
What can I do to correct this?
<Commercial>  </Commercial>
When I load the file into Oxygen, it converts the node as follows:
<Commercial>  </Commercial>
This does not work, as I am trying to preserve whitespace when I apply an XSL transform to this file to build an HTML page.
What can I do to correct this?