Re: xml help

Subject: Re: xml help
From: Eric van der Vlist <vdv@xxxxxxxxxxxx>
Date: Wed, 08 Mar 2000 08:45:48 +0100
Hi,

If you mean really including it into the source tree, you can do :
--------------------
<?xml version="1.0" encoding='ISO-8859-1'?>
<!DOCTYPE document [
<!ENTITY my-rss SYSTEM "my-rss.xml">
]>

<my-xml>
	&my-rss;
</my-xml>
--------------------

You can also transform your rss file without including it using the
document() function.

Hope this helps.

Eric

ural wrote:
> 
> hi,
> 
> Is there any way by which I can include remote rss file in my xml file.
> Link #include in asp
> 
> rgds
> Ural
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

-- 
------------------------------------------------------------------------
Eric van der Vlist                                              Dyomedea

http://www.dyomedea.com                          http://www.ducotede.com
------------------------------------------------------------------------


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


Current Thread
  • xml help
    • ural - Sat, 26 Feb 2000 12:41:16 +0000
      • Eric van der Vlist - Wed, 08 Mar 2000 08:45:48 +0100 <=