[Home] [By Thread] [By Date] [Recent Entries]
Hello every one:
I am facing some difficulties with the spaces in the resulting output. For example: <xsl:template match="something" >
<xsl:for-each select="@*">
<formatting:ATTRIBUTENAME>
<xsl:value-of select="concat(' ',name(.))" />
</formatting:ATTRIBUTENAME>
=
<formatting:ATTRIBUTEVALUE>
<xsl:value-of
select="concat('"',.,'"')" />
</formatting:ATTRIBUTEVALUE>
</xsl:for-each>
</xsl:template>
Then when I convert it to html, there are spaces like this: attri = "value" How do I avoid this ??
|

Cart



