Subject: RE: 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 |
- taglib url help
- Java XML - Fri, 13 Apr 2001 11:16:48 -0400 (EDT)
- Larry Garfield - Fri, 13 Apr 2001 11:29:09 -0400 (EDT)
- Michael Kay - Mon, 16 Apr 2001 08:15:32 -0400 (EDT) <=
- <Possible follow-ups>
- Java XML - Fri, 13 Apr 2001 11:47:16 -0400 (EDT)
|
|