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: xsl:key



Suggested instruction:
<xsl:copy-of select="key('blueprint', $contractType)"/>
where more than one para element has the designated
value in $contractType.

Dr Jeni Tennison then goes on to say:
>Note that this will only get one paragraph - if there are multiple
>paragraphs with the same value for the 'doc' attribute, then you
>should iterate over them using xsl:for-each.

That's not the way I read Section 11.3, nor the way Xalan works.
"When the result [of the select=expression] is a node-set, all
the nodes in the set are copied in document order...."
The key() function returns a node-set.
.................David Marston


 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]