|
[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
> 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
|
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








