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.
こんにちは、xsltproc を使用して *.xsl ファイルを解析しています。
の値を保存する必要があります
<xsl:apply-templates select="Property[@key='Direction']"/>
変数に、
私は試した
<xsl:variable name="mName" select="Property[@key='Direction']"/>
しかし、それは機能しません。
なにか提案を?