L
leapy
Hello
I am looking for ways to programmatically include all XML files from a given
directory into either a "summary" XML file or at XSLT stage. The number of
XML files (actually representing daily orders) present in the directory will
vary.
I have been playing with coding using <xi:include> or <xsl:apply-templates
select="document(@href)/*"/> but am stumped at how to iterate through the
file structure.
Any help *much* appreciated....
L
I am looking for ways to programmatically include all XML files from a given
directory into either a "summary" XML file or at XSLT stage. The number of
XML files (actually representing daily orders) present in the directory will
vary.
I have been playing with coding using <xi:include> or <xsl:apply-templates
select="document(@href)/*"/> but am stumped at how to iterate through the
file structure.
Any help *much* appreciated....
L