|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] weird key-nodeset behavior
hi, i asked several questions on key usage, but i could not get an answer for most of them. I worked on my code for hours. and at the moment i can say that i have the following problem: -i try to do a grouping. -if i try to group on all elements with the key definition, it works, e.g.: <xsl:for-each select="//dovizler[generate-id(.) = generate-id(key('dkey',key)[1])]"> -but if i try to do the grouping on a nodeset, it does not work, e.g.: <xsl:for-each select="$mydovizler[generate-id(.) = generate-id(key('dkey',key)[1])]"> where $mydovizler is a nodeset composed of 'dovizler' elements. i am really stuck. any ideas? regards...
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. 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
|







