Re: [xsl] Fetch xml from URL in XSL

Subject: Re: [xsl] Fetch xml from URL in XSL
From: sudheshna iyer <sudheshnaiyer@xxxxxxxxx>
Date: Tue, 22 Jul 2008 13:06:39 -0700 (PDT)
Thank you for the reply.

How should I include this in XSL file? Should there be a java script function? Does any body have method that I can add to xsl file to fetch the feed?


--- On Mon, 7/21/08, Florent Georges <lists@xxxxxxxxxxxx> wrote:

> From: Florent Georges <lists@xxxxxxxxxxxx>
> Subject: Re: [xsl] Fetch xml from URL in XSL
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Date: Monday, July 21, 2008, 4:06 PM
> 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

Current Thread