This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XSLT Whitespace ???


> How do I insert Whitespace?

  in HTML is   in XML

<xsl:template match="Quote"> (You don't need '//' in match-pattern).
    <xsl:value-of select="@date"/>
    <xsl:text>&#160;&#160;&#160;</xsl:text>
    <xsl:value-of select="."/>  
 </xsl:template>


Joerg


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]