xsl-list
[Top] [All Lists]

RE: Can't get id() and key() to work

2002-09-09 01:34:03

But I hope that XSLT 2 solves these problems. It would really 
be nice if one could pass the context into key() and id().

Yes, XSLT 2.0 allows you to write

select="document('a.xml')/id('I0001')"

or 

select="document('a.xml')/key('k', 'I0001')"

In fact it allows the operands of "/" to be any expressions that return
node-sequences.

You can use this today using Saxon 7.2.

Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


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



<Prev in Thread] Current Thread [Next in Thread>