Subject: RE: How do i put whitespace character in xsl file
From: "Jaime Stuardo" <jstuardo@xxxxxxxxxxx>
Date: Tue, 31 May 2005 16:50:42 -0400
|
Replace by  
-----Mensaje original-----
De: Frequent Fliers [mailto:frequent_fliers@xxxxxxxxxxx]
Enviado el: Martes, 31 de Mayo de 2005 16:08
Para: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Asunto: How do i put whitespace character in xsl file
hi all, i have the following snippet of code:
<xsl:if test="attribute::*">(
<xsl:for-each select="@*">
<xsl:value-of select="name()" />:
<xsl:value-of select="." />
</xsl:for-each> )
</xsl:if>
Now, if i want to put a whitespace after the <xsl:value-of select="."
/>, i
try but this just throws a syntax error.how can i insert a white
space?
thank you very much!
_________________________________________________________________
Winks & nudges are here - download MSN Messenger 7.0 today!
http://messenger.msn.co.uk
|