[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] xml to xml issue in XSLT2.0


Subject: RE: [xsl] xml to xml issue in XSLT2.0
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 20 Nov 2007 11:25:49 -0000

> Do you need to worry about the delimeter here?  Just using:
> 
> concat(../@name, @name)
> 
> should be fine for the grouping key

This obviously creates the (probably small) risk that ("AB", "C") ends up in
the same group as ("A", "BC").

Michael Kay
http://www.saxonica.com/ 


Current Thread