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 ドキュメントが、同じマシン上の他の xml ファイルで定義されている変数/要素を参照できる方法はありますか?
確かに、このように:
外部.xml:
<!DOCTYPE outer [ <!ELEMENT outer ANY> <!ENTITY inner SYSTEM "inner.xml" > ]> <outer> &inner; &inner; </outer>
inner.xml
<inner/>