Subject: RE: XML include of a XML file that includes another???
From: "DuCharme, Robert" <Robert.DuCharme@xxxxxxxxxx>
Date: Fri, 29 Sep 2000 16:04:25 -0400
|
>Is it possible to have a base xml file include (<!ENTITY...) another xml
>file which in turn includes another xml file?
If A includes B which includes C, both B and C's entity declarations have to
be in A's doctype declaration (an internal one between square brackets or an
external one referenced by the system identifier "filename.ext" in
"<!DOCTYPE whatever SYSTEM "filename.ext">). An entity reference to C can
then be in B or in A.
Bob DuCharme www.snee.com/bob <bob@
snee.com> "The elements be kind to thee, and make thy
spirits all of comfort!" Anthony and Cleopatra, III ii
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|