|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Allow document(...) use in front of location path
> 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








