0
我嘗試將轉換後的XML保存到特定的文件夾說d:保存結果的文件到指定文件夾
我使用下面的XSLT \用戶\目標
<xsl:template match="/">
<xsl:result-document href="foo.xml">
<xsl:apply-templates/>
</xsl:result-document>
</xsl:template>
請幫幫我如何在href中提供上面指定的文件夾路徑來保存xml。 TIA。