Re: One XSL combining to different XMLs

Subject: Re: One XSL combining to different XMLs
From: Walid.Daccache@xxxxxxxxxxxxxxxx (SoftLiban DACCACHE Walid)
Date: Fri, 14 Jul 2000 17:21:25 +0300
Yes,

I've been trying to use the document() function where I put:

    <xsl:variable name="tot"
select="document('../AccountPG/LstXMLAccountPG.jsp')" />

Then did:

    <xsl:apply-templates select="$tot/RangeList/Range1"/>

and tried to debug using

    <xsl:template match="Range1">
    <H1> HELLO WORLD </H1>
    </xsl:template>

But didn't get any output knowing that I m sure that the xml data is
being constructed and no errors are showing.

Am I missing something ???

Thanks for the help.


Kay Michael wrote:

>
> >     Could one ever combine two XMLs using one XSL ?
>
> XSLT provides the document() function for just this purpose.
>
> Mike Kay
>
>  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