[Home] [By Thread] [By Date] [Recent Entries]
You can't do it using entities. I would suggest using an
XSLT 2.0 transformation with the collection() function. The interpretation of
collection URIs is implementation dependent, but the following will work in
Saxon:
<doc>
<?includedir file:///c:/xmldir/*.xml?>
</doc>
then
<xsl:template
match="processing-instruction(includedir)">
<xsl:copy-of select="collection(.)"/>
</xsl:template>
Michael Kay
http://www.saxonica.com/
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |

Cart



