xsl-list
[Top] [All Lists]

Re: [xsl] Fetch xml from URL in XSL

2008-07-21 13:07:22
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>
--~--

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