[xsl] Referencing an element from another XML file

Subject: [xsl] Referencing an element from another XML file
From: "Kunal H. Parikh" <kunal@xxxxxxxxxx>
Date: Wed, 27 Mar 2002 02:36:49 GMT
G'Day People !

My Current Structure (Tutorial.xml)
===================================
<Tutorial>
<LotsOfOtherElements>
</LotsOfOtherElements>


<AuthorList>
<Author>
<NAME>A</NAME>
<EMAIL>A@xxx</EMAIL>
</Author>
<Author>
<NAME>B</NAME>
<EMAIL>B@xxx</EMAIL>
</Author>
</AuthorList>
</Tutorial>
===================================


What I wish to do:

I want to have two files:

Tutorial.xml, and
Author.xml


Then, I want to be able to reference an author existing in author.xml
from tutorial.xml.


Is it possible to do something like this ?


TIA,


Kunal

XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread