Usage of "xsl:strip-space"
Hi All,
I have an XML
-
<artbody>
<section id="s1">
<heading1 level="1">section-1</heading1>
-
Used XSL
-
<xsl:strip-space elements="*"/>
-
Results
-
<artbody>
<section>
<heading1>section-1</heading1>
-
As you see the xsl strips all the attribute values, I would like to have the same attribute values after using the "xsl:strip-space". Kindly suggest us to go further.
I would greatly appreciate any help provided.
Thanks & Regards,
- ROCXY
__________________
Thanks,
Rocxy.
|