Re: [xsl] xsl:include

Subject: Re: [xsl] xsl:include
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 17 Nov 2003 10:10:46 GMT
> I gather from this that the if the match is "/" then It will take
> precedence over /rootnode. Do I need to be using something else?

import precedence and priority are irrelvent here as those matches match
different nodes.  / matches the root node of the document, and /rootnode
matches the top level element if that happens to be called <rootnode>,
and nothing otherwise.

I suspect that you want to use xsl:import not xsl:include.
It is import not incude that sets up precedence rules so that
the importing stylesheet can over ride the imported one.

David


-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread