|
Subject: Re: One XSL combining to different XMLs From: Walid.Daccache@xxxxxxxxxxxxxxxx (SoftLiban DACCACHE Walid) Date: Fri, 14 Jul 2000 18:11:42 +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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: One XSL combining to different , Jeni Tennison | Thread | RE: One XSL combining to different , Kay Michael |
| RE: Flattening a tree, Jeni Tennison | Date | Re: Normalizing string containing e, Imran Rashid |
| Month |