RE: [xsl] Select issue with some attr and others not.

Subject: RE: [xsl] Select issue with some attr and others not.
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Fri, 16 Apr 2004 20:07:15 +0200
> -----Original Message-----
> From: John Hamman [mailto:John@xxxxxxxxxxxxxxxxx]

<snip />
> I want to merge the xml docs to produce the earlier results.

Hi,

You seem to be unaware of the following use of document:

<xsl:variable name="vdoc" select="document(files/listfiles)" />

This should give you a merged variable containing all the documents under
listfiles.


Hope this helps!

Andreas

Current Thread