xsl-list
[Top] [All Lists]

Re: [xsl] Fetch xml from URL in XSL

2008-07-22 13:07:01
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(_at_)fgeorges(_dot_)org> wrote:

From: Florent Georges <lists(_at_)fgeorges(_dot_)org>
Subject: Re: [xsl] Fetch xml from URL in XSL
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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


--~------------------------------------------------------------------
XSL-List info and archive: 
http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to:
http://lists.mulberrytech.com/xsl-list/
or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


      

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>