xsl-list
[Top] [All Lists]

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

2007-11-20 04:34:45
I would think that a private code point would be an ideal separator.

On 20/11/2007, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:
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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--