RE: The XSL-List Digest V1 #250

Subject: RE: The XSL-List Digest V1 #250
From: Anupama <Anupama@xxxxxxxxxxx>
Date: Wed, 23 Dec 1998 10:18:47 -0800
I tried this but the problem now is that it gives an error. I don't
believe IE supports "text()".


-----Original Message-----
From: James Clark [mailto:jjc@xxxxxxxxxx]
Sent: Tuesday, December 22, 1998 6:37 PM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: Re: The XSL-List Digest V1 #250


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


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


Current Thread