単一の 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.