[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: xsl:include

Subject: Re: xsl:include
From: Lorraine.Gibbons@xxxxxxxxxxxx
Date: Tue, 18 Nov 2003 13:21:24 -0500
lorraine gibbons
Kevin,

I have had far better resluts in using xsl:import and using an xsl:call template match="Named template in imported file".  We had similar issues in prioritizing the order that was applied when including. 

Sample of Import and template calls:

<!-- BEGIN IMPORTS SECTION -->
<!-- The following section imports the subsections that are included in this form -->
    <xsl:import href="sub_assetorder_attr_transform.xsl"/>
    <xsl:import href="sub_user_attr_transform.xsl"/>
<!-- END IMPORTS -->

<!-- The IMPORTS section should contain a statement for each of the files containing the named templates -->             
            <xsl:call-template name="users"/>
            <xsl:call-template name="approvals"/>
<!-- END TEMPLATE CALLS -->

Hope this helps... 

Lorie Gibbons
Unilever
Trumbull, CT



Thanks for your reply, I have been toying with a few things but still no cigar.
I have my doc1.xsl set with a <xsl:template match="/">
http://www.phpro.org/doc1.xsl

and the include xsl document with the template match as 
<xsl:template match="/rootnode">

>From this I get the main doc1.xsl as the 'dominant' one and the doc2.xsl
is not displayed. If I change doc1.xsl to <xsl:template match="/rootnode">
and have doc2.xsl as <xsl:template match="/"> I get the second doc 
showing and not the main one.

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?

Kind regards
Kevin



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


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.