Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 xsl 的文档功能从特定路径/目标上的 xml 文件中提取数据。我试过这个,但它不工作。<xsl:variable name="fi" select="document('C:/folder/Results.xml')"/> <b><xsl:value-of select="$fi/Report/Doc/DName"/></b>
<xsl:variable name="fi" select="document('C:/folder/Results.xml')"/> <b><xsl:value-of select="$fi/Report/Doc/DName"/></b>