In the XSLT script, you can nicely formatted with each item on a separate line and indented use indent=”yes”, output will then be indent
eg:
<xsl:output method=”xml” indent=”yes” omit-xml-declaration=”yes” />
Advertisement
In the XSLT script, you can nicely formatted with each item on a separate line and indented use indent=”yes”, output will then be indent
eg:
<xsl:output method=”xml” indent=”yes” omit-xml-declaration=”yes” />
SocialVibe