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

RE: keys and idrefs - XSLT2 request?

Subject: RE: keys and idrefs - XSLT2 request?
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 9 Oct 2001 15:37:56 +0100
RE:  keys and idrefs - XSLT2 request?
It's intended to work as you suggest. The actual function specs still need a
fair bit of work to define the precise behavior.

Mike Kay

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
> DPawson@xxxxxxxxxxx
> Sent: 09 October 2001 14:14
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE:  keys and idrefs - XSLT2 request?
>
>
> xf:idref(string* $srcval) => node*
>
> 11.7.2.3 Semantics
> Returns the sequence of element nodes with an IDREF value
> matching the value
> of one of the items in the sequence argument or an IDREFS
> value containing
> an IDREF matching the value of one of the items in the
> sequence argument. If
> the value of $srcval is a single string, it behaves as though
> a sequence of
> length one of strings was supplied. This function allows
> reverse navigation
> from IDs to IDREFs.
>
> Thanks Jeni.
>
> Do you read this as working in this case? The last sentance
> appears to imply
> singular?
> Guessing that the sequence argument is the param to the
> function, this would
> appear to
> get all IDREF type 'pointers' to this id,
>
> I'm unsure if it would resolve
>
> <xf:for-each select = xf:idref ($this-node-id)>
>
> where the 'pointers' were buried in the midst of an IDREFS
> type string.
>
> <a idrefs=" x y z"/>
> <b idrefs=" m n z"/>
>
>
> <z id="z"/>
>
> <template match="z"
> <xf:for-each select = xf:idref (@id)>
>
> </xf:for-each>
>
> Do you think this would find both a and b element nodes?
> (assuming proper dtd definitions of id and idrefs)
>
>
>
>
>
> > Another approach would be to use a tokenize() extension function to
> > get the values against which the processes were keyed. This
> would work
> > because when a node has a node set as a key value it is
> indexed by the
> > values of all the nodes in the node set. So you could do something
> > like:
> >
> > <xsl:key name="control"
> >          match="process"
> >          use="str:tokenize(@control)"/>
> >
> > And of course this would work whether you had access to the DTD or
> > not.
>
> that will do it Jeni (I'm starting to use saxon:tokenize
> (str, str) quite a
> bit
> recently, very useful Mike, thanks.
> I'd not thought outside the box on this one.
>
> Regards DaveP.
>
> ********* snip here **********
>
>
> -
>
> NOTICE: The information contained in this email and any
> attachments is
> confidential and may be legally privileged. If you are not the
> intended recipient you are hereby notified that you must not use,
> disclose, distribute, copy, print or rely on this email's content. If
> you are not the intended recipient, please notify the sender
> immediately and then delete the email and any attachments from your
> system.
>
> RNIB has made strenuous efforts to ensure that emails and any
> attachments generated by its staff are free from viruses. However, it
> cannot accept any responsibility for any viruses which are
> transmitted. We therefore recommend you scan all attachments.
>
> Please note that the statements and views expressed in this email
> and any attachments are those of the author and do not necessarily
> represent those of RNIB.
>
> RNIB Registered Charity Number: 226227
>
> Website: http://www.rnib.org.uk
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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.