xsl-list
[Top] [All Lists]

RE: Select issue with some attr and others not.

2004-04-16 11:07:15
-----Original Message-----
From: John Hamman [mailto:John(_at_)iThinkdesigns(_dot_)com]

<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