RE: [xml-dev] How to include one xml file in another?

From
Cyril <>
To
Date
2005-11-07T17:14:19Z
ID
<>
Thread
RE: [xml-dev] How to include one xml file in another?
I'm not a pro but I know it is feasible. In fact I did it myself for a SOAP
Webservice where my schema included an XML report from another 3rd party
which I IMPORTED.

In XMLSPY you can IMPORT an external Schema

Otherwise, I think you can also use CDATA to paste the content of the rss
file to a predefined tag. I saw this method being used in an unrelated
example but I haven't tried it myself.







-----Original Message-----
From: Craig Hagerman [mailto:] 
Sent: November 7, 2005 10:20 AM
To: 
Subject: [xml-dev] How to include one xml file in another?

Hi,
I am pretty new to XML and trying to learn more. I am trying to figure
out if something is possible, and if so how to do it...

I created a bash script on my server to create an xml / rss file of
podcasts as they are updated. What I wanted to do was have two files
which are merged such that

1. podcasts.xml contains ONLY <item>s of podcasts. This was I just
just append new podcasts to the end of this file.

2. feed.rss.xml contains everything else and is the external link.

(I had been thinking in PHP terms perhaps when I thought this out.)
After a bunch of searching and reading tutorials I THOUGHT that using
an <ENTITY> would do the trick for this... but no luck. Can anyone
tell me if it is possible to include / call / reference  another file
from within an xml file... and if so how I am supposed to do it?

Thanks,

Craig Hagerman

-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: <http://www.oasis-open.org/mlmanage/index.php>