xsl-list
[Top] [All Lists]

RE: [xsl] XSLT/XPath Question (Grouping Authors by First Character of Last Name)

2007-03-03 16:25:17
 
I tried embedding something like the above "for $a in.." into 
an XSLT 2.0 stylesheet, and assign it to a variable, but I 
get an error from saxon when I tried it.

There's really not much point in telling us this. If you tell us exactly
what you coded and what error message you got, then we can help you
understand what you did wrong. If you only tell us roughly what you coded
and that Saxon didn't like it, then all we can do is to extend our
symphathy.

As Dimitre points out, you've got a simple grouping problem here and
xsl:for-each-group should sort it out very easily.

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>
--~--