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: VS: XSL-List Digest V3 #1004


just place xml in 2 variables

<xsl:variable name="test1" select="document('a.xml')/>

<xsl:variable name="test2" select="document('a.xml')/>

then use var $test1 or $test2 as your 'interfaces'.

cheers ,jim fuller


----- Original Message -----
From: "Samuli Niiranen" <samuli.niiranen@tut.fi>
To: <xsl-list@lists.mulberrytech.com>
Sent: Tuesday, August 14, 2001 10:36 AM
Subject: [xsl] VS: XSL-List Digest V3 #1004


>
> >Date: Mon, 13 Aug 2001 12:54:21 +0200
> >From: "Aleksei Valikov" <valikov@fzi.de>
> >Subject: Re: [xsl] Using multiple style sheets
>
> >Hi.
>
> >> I need to use multiple XSL style sheets (for HTML conversion) for one
XML
> >> file. What is the most simple solution for this?
>
> >If you simply need to modularize your stylesheet, use xsl:include (or
> >xsl:import for certain cases, difference in uneasy to understand).
>
> >If you need multi-step transformation like
> >first apply a.xsl
> >then apply b.xsl
> >then c.xsl
> [snip]
>
> Hi.
>
> Actually, what I need is two different interfaces to one XML document
(with
> Internet Explorer 5) and I wish to implement this using two XSL style
> sheets.
>
>
> Thanks,
> Samuli
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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]