Re: [xsl] combining multiple documents

Subject: Re: [xsl] combining multiple documents
From: Steven Ericsson-Zenith <steven@xxxxxxxxxxxxx>
Date: Sun, 27 Jan 2008 19:57:25 -0800
One assumes just as I do this right now, by the lexical order of processing.

With respect,
Steven

On Jan 27, 2008, at 2:01 PM, Robert Koberg wrote:

...

doc1.xml
--------
<doc>
<title id="h1">page 1</title>
</doc>

doc2.xml
--------
<doc>
<title id="h1">page 2</title>
</doc>

There is the rub, as Shakespeare wrote in the Oxford English Book of
Quotations. If both have the same context, how do you know which to use?

Current Thread