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: XSLT V 1.1



> This solution wouldn't handle situations where there are multiple documents
> being accessed through the same document() call:

true, which is of course part of the problem with the current setup you
require document() sum() etc to work on multiplr nodes because if you 
use xslt constructs such as for-each to collect the nodes together
you end up with an rtf rather than a node set, which is no fun.

having a way to (portably) define functions usable in xpath
rather than via a named template call would solve many problems
(and allow Paul a "simpler document()" function as extra functionality
could then  be built up within a stylesheet.

David


 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]