Re: [xsl] XSLT and XML in the same document

Subject: Re: [xsl] XSLT and XML in the same document
From: "M. David Peterson" <m.david@xxxxxxxxxxxxx>
Date: Sun, 27 May 2007 16:56:22 -0600
On Sun, 27 May 2007 16:44:53 -0600, M. David Peterson <m.david@xxxxxxxxxxxxx> wrote:

taking *FULL* advantage of browser caching to ensure only the views and data sources and their respective mappings/bindings necessary to build out each page are accessed at runtime.

That made no sense. Browser caching ensures that each view can be cached after its first access, requiring access to only the data necessary to build out each new page that calls upon that view. The underlying XSLT code itself ensures only the files necessary to build out each page are accessed at runtime, the browsers cache ensures it does so in the most efficient manner.


--
/M:D

M. David Peterson
http://mdavid.name | http://www.oreillynet.com/pub/au/2354 | http://dev.aol.com/blog/3155


Current Thread