RE: [xsl] taglib url help

Subject: RE: [xsl] taglib url help
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 16 Apr 2001 12:44:45 +0100
> When i use the include tag this way
>
> <xsl:apply xsl="format.xsl">
> <xsl:include page="d:/classes/com/abc/pkc.xml"/>
> </xsl:apply>
>
> I get the below error

xsl:include is supposed to take an href attribute, not "page"; and the value
is supposed to be a URI, not a filename; and the <xsl:include> element must
be a child of <xsl:stylesheet>, and there is no element called <xsl:apply>.

In fact, if this is supposed to be XSLT, the element name xsl:include is the
only thing  that you've got right!

Mike Kay
Software AG


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


Current Thread