Re: [xsl] Stylesheet accessing dynamically generated XML documents?

Subject: Re: [xsl] Stylesheet accessing dynamically generated XML documents?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 9 May 2002 13:47:23 +0100
> On the internet there are documents that are static and we may access them
> by giving the URL plus filename, e.g.,
> 
> http://www.xfront.com/foo.xml

That also might be generated dynamically, it doesn't have to relate to a
file (in a server setup like cocoon for example more or less everything
is generated dynamically from something else, just to make life
interesting)

The XSL engine coudn't care less what happens on a remote server, it
just sends a request and gets back a bunch of XML, so you can do all the
things you ask (except of course you have to write & as &amp; when it
appears in the stylesheet)

Note however that XSLT explicitly specifies that if you use the same URI
twice in the same transform you get the same document.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread