[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Re: Flat -> Hierarchy --- Continue


Subject: RE: [xsl] Re: Flat -> Hierarchy --- Continue
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Thu, 29 May 2003 13:57:38 -0400

[ 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



Current Thread