Subject: RE: Re: Flat -> Hierarchy --- Continue
From: Dongling Ding <dling61@xxxxxxxxx>
Date: Thu, 29 May 2003 12:00:07 -0700 (PDT)
|
Tom,
My xslt is a generic script. It doesn't know the xml
file name. Is there any other way to do the same
thing?
Thanks
Dongling
--- "Passin, Tom" <tpassin@xxxxxxxxxxxx> wrote:
> [ Dongling Ding]
>
> > So, how can I look at another set of elments.
>
> By using the document() function. Here is one way -
>
> <xsl:variable name='hierarchy-structure-table'
>
> select='document("herarchy_structure_table.xml")'/>
>
> Now $hierarchy-structure-table will be the root of
> the document
> containing the structural tables. You can select
> any node or node set
> you want from it.
>
> Cheers,
>
> Tom P
>
> XSL-List info and archive:
> http://www.mulberrytech.com/xsl/xsl-list
>
__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
Passin, Tom - Thu, 29 May 2003 13:58:19 -0400 (EDT)
- Dongling Ding - Thu, 29 May 2003 15:00:14 -0400 (EDT) <=
Passin, Tom - Thu, 29 May 2003 15:29:26 -0400 (EDT)
|
|