Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


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

From: Chris Gray <cpgray@-------.---------.-->
To: Craig Hagerman <craighagerman@-----.--->
Date: 11/7/2005 5:36:00 PM
The problem you're running into is that a non-validating XML parser is not
required to resolve external entities.  So if the RSS feed reader in
question is using a non-validating parser, it may fail to include an
external entity.

There is now a standard mechanism for including external files called
XInclude, but it is not yet widely supported.  There are other ways of
getting the same effect, but again they may not work for all RSS feed
readers.

Your best bet is probably to do it on the server side.  Run a script on
your server to combine the two files and make them available at a URL.

Chris Gray

On Tue, 8 Nov 2005, Craig Hagerman wrote:

> 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.list/xml-dev/index.rss 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>
>


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent