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: Another newbie question


> >         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

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