Re: Invoking different Stylesheets

Subject: Re: Invoking different Stylesheets
From: "thirumal pitta" <reddypt@xxxxxxxxxxx>
Date: Mon, 27 Nov 2000 14:07:24 -0000
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@xxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxx
CC: owner-xsl-list-digest@xxxxxxxxxxxxxxxx
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



Current Thread