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: taglib url help


> 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


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