This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: sorting and grouping - can't get it to work


> your debug statement is misleading you.
> xsl:value-of, given a node set, gives the string value of the 
> first node
> in the set and discards any later nodes. the string value of 
> an element
> node is essentially any character data of descendents, ignoring
> attributes etc.
> 
> Use copy-of to see the full node set, not value-of.
> 

Oh no. Of course. 
The moment I read your answer I understood my mistake.
Of course value-of only gives the text, I should have known as 
I used quite a lot of value-of statements before...

Ok, now I have to find out how to get xx:node-set to work, 
esp. what I have to put between the "" at xmlns:xx="" in the 
<xsl:stylesheet> element of my xsl. I will go through the 
XALAN-C doku to find out tonight.

Andreas


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]