xsl-list
[Top] [All Lists]

RE: [xsl] Fetch xml from URL in XSL

2008-07-22 14:38:22

How should I include this in XSL file? 

Use it anywhere an XPath expression is allowed, for example

<xsl:apply-templates select="document('abc.xml')/outermost-element"/>

Michael Kay
http://www.saxonica.com/

  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>
--~--



--~------------------------------------------------------------------
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>