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

How to cast current-group() ?

Subject: How to cast current-group() ?
From: Leo Studer <leo.studer@xxxxxx>
Date: Mon, 27 Apr 2009 21:39:50 +0200
 How to cast current-group() ?
Hello again

the type of current-group() and current-grouping-key() is item()* and xs:anyAtomicType?. I wonder how to cast them to what really is in them.

  <xsl:for-each-group select="/results/match" group-by="team">
    <xsl:copy-of
 select="myfn:MakeTableRow(current-grouping- key(),current-group())"/>
  </xsl:for-each-group>

In my example, the function myfh:MakeTabelRow(.,.) takes the parameters as="element(*,my:matchType)*" and as="schema- element(my:team)" respectively both complexTypes. My workaround is to leave the function parameters untyped, not really ingenious...

Thanks for your suggestions

Always
Leo

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.