[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XSLT 2.0 and implementation of fn:idref in Saxon 7

Subject: Re: XSLT 2.0 and implementation of fn:idref in Saxon 7.9
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 13 Mar 2004 20:19:53 GMT
copy attribute nodes
> Did I misunterstand the meaning of the fn:idref (Finds the elements that
> link to the element with a given ID value i.e. This function allows
> reverse navigation from IDs to IDREFs.) ?

It reverse links to the noides of type idref which is the ttribute of
that type, which means that this:


	<xsl:copy-of select="idref(@id)" />

attempts to copy attribute nodes to a point in the tree after an element
child and you get the error you got.

to copy the elements carrying the idref you want

	<xsl:copy-of select="idref(@id)/.." />

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.