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]

RE: like HTML


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

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