<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 3, 2023 at 9:04 AM Bill Gee <<a href="mailto:bgee@campercaver.net">bgee@campercaver.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I found one suggestion to use a lower-case() function, as this:<br>
<br>
<xsl:sort lang="$lang" select="lower-case(@title)"/><br>
<br>
I tried that but got only a blank report.  One source I found for this <br>
says that lower-case() is not available in xsl 1.0.<br></blockquote><div><br></div><div>The XSLT library that Tellico uses only supports xsl 1.0, so all of Tellico's stylesheets stay compatible with that.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I then put in your suggestion from below which works perfectly.  I<br>
produces the report I want.  It is not an ideal solution for two <br>
reasons.  First, it will go away when the next Tellico upgrade is <br>
installed.  Second, it gives no option to use case-sensitive sorting if <br>
that is wanted.<br></blockquote><div><br></div><div>My suggestion would be to copy the Group_View.xsl to a new file in the same folder and make the edit. That way it doesn't get affected with the next upgrade and also gives you the option of using either report (with or without sorting).</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Robby <br></blockquote></div></div>