問題タブ [xinclude]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
xml - XInclude はサクソンで動作しませんか?
私はこの XSLT スタイルシートを持っていますxinclude-test.xsl
:
同梱ファイルxinclude-test-included.xml
は
スタイルシートを評価すると
印刷します
「aaa」と出力されると思います。
ただし、別のスタイルシートを使用して最初の XSLT をロードすると、次のようになります。
XInclude 処理を正しく行います。
では、最初の XSLT で何が間違っていたのでしょうか?
xml - 複数のコロンで urn を使用する XInclude
How to use xpointer with Xinclude to reference elements ...に基づいています
名前空間の urn に複数のコロンが含まれている場合、xpointer を使用してネストされた要素を含む問題が発生しています。
Test1.xml
Test2.xml
Merge.xml
指示:
xmllint --pretty 1 --xinclude Merge.xml
エラー