Re:<!ENTITY chapter1 SYSTEM "chapter1.xml"> ?
In message <
XXXX@XXXXX.COM>, ilker <
XXXX@XXXXX.COM>
writes
Quote
how do I include some part of an another xml using like <!ENTITY chapter1
SYSTEM "chapter1.xml">
In what context? A simple XML document?
What you have provided is an external entity declaration, which should
appear in the external DTD or internal DTD subset. To invoke that
entity in your document, just do:
&chapter1;
Richard
--
Richard Light
SGML/XML and Museum Information Consultancy
XXXX@XXXXX.COM