我通过对它们应用单个 xsl 样式表来转换多个文件夹中的多个 xml 文件。
此 xsl 需要使用document()
具有 URL 相对值的函数
<xsl:variable name="jfsd">
<xsl:value-of select="document('C:\documents and settings\Desktop\BOPl.xml')//txml" />
</xsl:variable>
但是,我收到以下错误:
document('c:\documents and settings\Desktop\BOPl.xml')//txml" /> The function 'document()' is undefined.