EDN Admin
Well-known member
Hi guys,
Quick question hopefully. I have a xslt and xml file (serialised class). Does anyone know the xslt commands/syntax which would allow me to display the xml without formatting.
ie:
XML before:<xml><test>test</test></xml>
XML After:<xml><test>test</test></xml>
I have different XSLT files, which do different formatting, this is just a odd instance where I don;t want the xml to be formatted.
Thank you.
Kelvin
View the full article
Quick question hopefully. I have a xslt and xml file (serialised class). Does anyone know the xslt commands/syntax which would allow me to display the xml without formatting.
ie:
XML before:<xml><test>test</test></xml>
XML After:<xml><test>test</test></xml>
I have different XSLT files, which do different formatting, this is just a odd instance where I don;t want the xml to be formatted.
Thank you.
Kelvin
View the full article