Re: XML include?

Subject: Re: XML include?
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Thu, 28 Sep 2000 15:56:02 -0700
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE stylesheet [
 <!ENTITY test SYSTEM "pathto/test.xml">
   ]>
<config>
   &test;
</config>

----- Original Message -----
From: "Matthew Hixson" <mhixson@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Thursday, September 28, 2000 2:34 PM
Subject: XML include?


> Could someone tell me how to include an XML document within another XML
> document?  I have several XML documents in which I would like to include a
list
> of US states and Canadian provinces, which is also in XML.
>   Thanks,
>    -M@
>
> --
> Matt Hixson
> Aventail Corporation
> Seattle, Washington
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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


Current Thread