xsl-list
[Top] [All Lists]

Re: [xsl] LINQ to XML versus XSLT

2008-06-27 13:41:21
 
Not clear how you are using URI #fragments, but be aware that the user agent 
does not send those to the server.  So your XSLT that is responding to the 
request will never see them.

Yes, in this case it's a server side XSLT talking to itself, for all
intents and purposes.  When dealing with many XSLT templates running in
an environment where we want to cache things, one thing we have tried is
using a combination of fn:doc-available/fn:doc and xsl:result-document
to load/store cached representations of the final output (there's a need
to be very careful about the order of evaluation of course), but what it
amounts to is checking the cache for a valid response and then building
and storing the response if there wasn't a cached version available.


Jim

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
James A. Robinson                       
jim(_dot_)robinson(_at_)stanford(_dot_)edu
Stanford University HighWire Press      http://highwire.stanford.edu/
+1 650 7237294 (Work)                   +1 650 7259335 (Fax)

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