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@xxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Eduardo Dominguez
Sent: Friday, September 08, 2000 9:03 PM
To: xsl-list@xxxxxxxxxxxxxxxx
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
|