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>