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: include ?


Hello Eduardo,

You could use a system entity like:

<!-- in your declaration section -->
<!ENTITY myFile SYSTEM "myFile.xml">

<!-- in your document -->
&myFile;

But be sure that the place where you insert your document is valid if you
use a DTD or a schema.

regards,,

Bjorn

-----Original Message-----
From: owner-xsl-list@mulberrytech.com
[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Eduardo Dominguez
Sent: Friday, September 08, 2000 9:03 PM
To: xsl-list@mulberrytech.com
Subject: xml:include ?


Is there something like this ? Havent found a refernce
for it.

I want to be able to include a fixed xml file in
every other file, so that that I only have to
edit in one place and every file that includes
it reflects this change.

is this possible ?

thanks in advance.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 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]