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

Re: Re: XPath expression that yields the same result a

Subject: Re: Re: XPath expression that yields the same result as xsl:for-each-group?
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 30 May 2019 18:41:51 -0000
Re:  Re: XPath expression that yields the same result a
On 30.05.2019 20:35, Costello, Roger L. costello@xxxxxxxxx wrote:

let $keys :=
     distinct-values(/Test/row/concat(ARPT__IDENT, '|', TRM__IDENT))
return
     for $i in $keys
     return
         array { /Test/row[$i = concat(ARPT__IDENT, '|', TRM__IDENT)] }

However ..... when I open the XML document in Oxygen and type the XPath
expression in the XPath/XQuery Builder, I get this message:

"The XPath query returned no results"


Why is that?

Which version of oXygen with which XPath engine exactly?


Is Martin's XPath expression a pure XPath expression?

It is an XPath 3.1 expression returning a sequence of arrays, not sure whether oXygen's XPath builder is prepared to display such a result or whether it is only able to deal with XPath 3 types like documents or sequences of primitive values.

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.