This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XML include of a XML file that includes another???


>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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]