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: One XSL combining to different XMLs


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]