This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Future XSLT extensions. document(). Summary.


Paul Tchistopolskii wrote:
>
> I apologize for repeating myself, but you get the overhead
> on every request ( invokation of the servlet ).
>
No. XSLT assumes no side effects. In particular, document(url) is cached in
certain mainstream implementations (I believe both XT and Xalan for two).
Assume that document(url) gives a constant value within the scope of a
transformation. Thus there is no performance advantage to setting values in
variables.

Jonathan Borden


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]