Tab and spaces characters on mod_xslt attributes Ruben Vidal
From: Ruben Vidal <ruben@xxxxxxx>
To: users@xxxxxxxxxxxxxxxx
Subject: Tab and spaces characters on mod_xslt attributes
Date: Tue, 14 Dec 2004 17:01:17 +0100
User-agent: Mozilla Thunderbird 0.8 (X11/20040926)
Actually we are using mod_xslt to compose xml-xslt pages, but while
Mozilla and MSIE don't show spaces and tab characters, mod_xslt shows
everything, and sometimes is hard to have a 'well structured code'.
Is there any way to change it? (any parameter, function, ...)
for ex=
This code XSLT
<a>
<xsl:attribute name="href">
action.pl?session_id=
<xsl:value-of select="/manager_page/session/id"/>
</xsl:attribute>
New action
</a><br/>