Subject: Re: Fetch xml from URL in XSL
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Mon, 21 Jul 2008 22:06:51 +0200 (CEST)
|
sudheshna iyer wrote:
> How do I get the xml from a site in the XSL file? I have the URL and
> I need to get the xml feed from it while doing xsl transformation
> from xsl file.
If you want to do a simple HTTP GET, you should be able to use:
document('http://the.site/the/page')
Your processor can support other protocols as well. Usually, you can
even plug your own resolvers for URIs.
Regards,
--drkm
_____________________________________________________________________________
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr
|