Subject: RE: Another newbie question
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 14 Mar 2000 10:30:17 -0000
|
> > It isn't you, it is IE. Try adding the following lines to
> > your XSL:
> >
> > <xsl:template>
> > <xsl:apply-templates/>
> > </xsl:template>
> >
> > <xsl:template match="text()">
> > <xsl:value-of />
> > </xsl:template>
> >
<xsl:value-of> in XSLT has a mandatory select attribute, and <xsl:template>
must have either a name or a match attribute, or both. Judging from the
namespace declaration, the poster was using XSLT.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|