J
Julien Phalip
Hi there!
I am including several xsl files, as follows:
<xsl:include href="folder/file1.xsl"/>
<xsl:include href="folder/file2.xsl"/>
... and so on
Is there a way to include all the files from a same directory, doing
something like that:
<xsl:include href="folder/*.xsl"/>
This above doesn't work so I need to find another way...
Thanks a lot!
Julien
I am including several xsl files, as follows:
<xsl:include href="folder/file1.xsl"/>
<xsl:include href="folder/file2.xsl"/>
... and so on
Is there a way to include all the files from a same directory, doing
something like that:
<xsl:include href="folder/*.xsl"/>
This above doesn't work so I need to find another way...
Thanks a lot!
Julien