|
Subject: [xsl] Grouping by letters but keep symbols together From: "Rick Quatro rick@xxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Fri, 25 Jan 2019 14:44:45 -0000 |
Hi,
I am creating a glossary and I want to group entries under each letter of
the alphabet. I am using this and it is working fine:
<xsl:for-each-group select="glossentry"
group-by="upper-case(substring(glossterm/text(),1,1))">
<topicref navtitle="{current-grouping-key()}" toc="no">
...
</topicref>
</xsl:for-each-group>
However, I want to group entries that start with a symbol or number all
together under one group. I am not sure what to use for the group-by
attribute so that letters are separate from each other and all of the
non-letter characters are in the same group. Any suggestions would be
appreciated. Thank you very much.
Rick
Rick Quatro
Carmen Publishing Inc.
rick@xxxxxxxxxxxxxxx
585-729-6746
www.frameexpert.com/store/
Save on energy and mobile at quatro.mystream.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Re: From XML to Windows clipb, Larry Hayashi lhtree | Thread | Re: [xsl] Grouping by letters but k, Michele R Combs mrro |
| Re: [xsl] Signature of a function t, Michele R Combs mrro | Date | Re: [xsl] Grouping by letters but k, Michele R Combs mrro |
| Month |