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: Invoking different Stylesheets


hi

<xsl:include href="second.xsl"/>
              or
<xsl:import href="second.xsl"/>
within first xsl file.

The second one will overrides the templates if u check for the
same template match in both.
Hope this help.

Thirumal

>From: Girija Vijayaraghavan <v_girija_naidu@usa.net>
>Reply-To: xsl-list@mulberrytech.com
>To: xsl-list@mulberrytech.com
>CC: owner-xsl-list-digest@mulberrytech.com
>Subject: Invoking different Stylesheets
>Date: 26 Nov 00 22:52:33 MST
>
>Hi all
>Could you please tell me how to invoke different stylesheets for the same 
>XML
>document, the user is provided with a set of links all of which lead to
>different parts of the same document. How is it possible to call different
>stylesheets on going to different links.
>Thanks a lot
>Girija
>
>____________________________________________________________________
>Get free email and a permanent address at http://www.netaddress.com/?N=1
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

_____________________________________________________________________________________
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com


 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]