EDN Admin
Well-known member
I am having an issue with XML, I am reading a range of data from Excel and applying GetXML method to get the XML(using ODBC); now on the temp XML I have got, I am applying XSL to get that into a proper XML. The issue here is, for certain nodes, I am getting
XML Space Preserve eg: <Middle xml:space="preserve </Middle>; I am using XSLT 1.0; I want to know if there is a way that I can remove all of the space attribute from all nodes in the XML using XSL, please help. Thanks. I tried applying normalize-space
and it works, but there are lot of elements that I am getting and it would be difficult to write this for all.
<hr class="sig Rpaul
View the full article
XML Space Preserve eg: <Middle xml:space="preserve </Middle>; I am using XSLT 1.0; I want to know if there is a way that I can remove all of the space attribute from all nodes in the XML using XSL, please help. Thanks. I tried applying normalize-space
and it works, but there are lot of elements that I am getting and it would be difficult to write this for all.
<hr class="sig Rpaul
View the full article