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.
特別なタグを挿入する方法を知りたい
<?xml-stylesheet type="text/xsl" href="XYZ.xslt"?>
ドキュメント内で、Doc ルート要素の直後<?xml version="1.0" ... ?>と ?? の前に 現在 libxml2 バージョン 2.7.8 を使用しています
<?xml version="1.0" ... ?>
よろしくお願いします
この「タグ」が実際には処理命令であることを知っておくと役立ちます。XSLT 命令を使用して処理命令を作成できます。
<xsl:processing-instruction name="xml-stylesheet"> <xsl:text>type="text/xsl" href="XYZ.xslt"</xsl:text> </xsl:processing-instruction>