Subject: Re: The XSL-List Digest V1 #250
From: James Clark <jjc@xxxxxxxxxx>
Date: Wed, 23 Dec 1998 09:37:19 +0700
|
Biron,Paul V wrote:
> I've had no end to problems, among the biggest is simply getting ANYTHING to
> output,
> even for simple stylesheets.
I believe the problem is that IE doesn't implement the built-in rule for
text. Just add:
<xsl:template match="text()">
<xsl:value-of select="."/>
</xsl:template>
to your stylesheet.
James
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|