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]
Other format: [Raw text]

Referencing an element from another XML file


G'Day People ! 

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

	<AuthorList>
		<Author>
			<NAME>A</NAME>
			<EMAIL>A@A.A</EMAIL>
		</Author>
		<Author>
			<NAME>B</NAME>
			<EMAIL>B@B.B</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


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