[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Allow document(...) use in front of location path patterns


Subject: RE: [xsl] Allow document(...) use in front of location path patterns
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Wed, 11 Dec 2002 16:25:21 -0000

> So I think that, for XSLT 2.0, it would be great to allow to use the
> document() function in front of location path patterns.

XSLT 2.0 allows document()/key() as a path expression, but there's no
plan to allow document() in patterns. Patterns still match nodes in any
document. If you're really determined you can (even in 1.0) use
document() within a predicate:

match="item[generate-id(ancestor::node()[1])=generate-id(document('a.xml
'))]"

but I wouldn't recommend it, the performance could be horrible. And I
don't think it would solve your problem.



Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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



Current Thread
Keywords