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

RE: xsl:key containing mixed elements

Subject: RE: xsl:key containing mixed elements
From: George James <GeorgeJ@xxxxxxxxxxxxxxx>
Date: Sat, 23 Oct 2004 14:47:17 +0100
key 0100
Jeni
Thank you.  I thought I was going crazy...

I hadn't figured out how to do the conditional trick with the use attribute,
so I got around it a different way, by creating two indexes and then summing
the count of each index.

Regards
George

George James Software
Cachi Tools, Training, Technology
www.georgejames.com
+44-1932-252568



> -----Original Message-----
> From: Jeni Tennison [mailto:jeni@xxxxxxxxxxxxxxxx]
> Sent: 23 October 2004 14:19
> To: George James
> Cc: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: Re:  xsl:key containing mixed elements
>
>
> Hi George,
>
> > Can anyone enlighten me please?
> >
> > BTW I'm using xalan:
> > Vendor: Apache Software Foundation
> > Vendor URL: http://xml.apache.org/xalan-j
>
> Your stylesheet is fine. It looks as though Xalan has a bug
> in only using one of the <xsl:key> definitions (if you swap
> them around, you'll only get the 'record' duplicate reported).
>
> You can get around the bug using the key definition:
>
>  <xsl:key
>   name="name"
>   match="UML:CompositeState[@name] | UML:SimpleState[@name]"
>   use="concat(@name[parent::UML:SimpleState],
>
> substring-before(@name[parent::UML:CompositeState],':'))" />
>
> but you should report the bug.
>
> Cheers,
>
> Jeni
>
> ---
> Jeni Tennison
> http://www.jenitennison.com/

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.