RE: like HTML

Subject: RE: like HTML
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Wed, 2 Aug 2000 09:33:37 +0100
You need to use <xsl:apply-templates /> instead of <xsl:value-of />

...and since you are using the IE5 version of XSL, you will also need to add
another template:

<xsl:template match="text()">
	<xsl:value-of select="." />
</xsl:template>


BEn


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


Current Thread
  • like HTML
    • SAUREL Eric - Wed, 2 Aug 2000 10:23:42 +0200
      • <Possible follow-ups>
      • Ben Robb - Wed, 2 Aug 2000 09:33:37 +0100 <=