<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 3, 2022 at 2:43 AM Francis Greaves <<a href="mailto:themetman@themetman.net">themetman@themetman.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"><u></u><div><div style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12pt"><div>---- On Wed, 02 Feb 2022 18:21:06 +0000 <b>Robby Stephenson <<a href="mailto:robby@periapsis.org" target="_blank">robby@periapsis.org</a>></b> wrote ----</div><div><br></div><div>Thanks Robby, yes I had made that error and edited the wrong line, so I have tried both this:<br></div><blockquote style="border:1px solid rgb(204,204,204);padding:7px;background-color:rgb(255,255,255)"><div><xsl:variable name="columns" select="'title' 'player-number'"/><br></div></blockquote><div>and this:</div><blockquote style="border:1px solid rgb(204,204,204);padding:7px;background-color:rgb(255,255,255)"><div><xsl:variable name="columns" select="'title player-number'"/><br></div></blockquote><div><br></div><div>and this:<br></div><blockquote style="border:1px solid rgb(204,204,204);padding:7px;background-color:rgb(255,255,255)"><div><xsl:variable name="columns" select="title player-number"/><br></div></blockquote><div><br></div><div>and get this error with a slight difference of course to the actual text of the " title player-number " depending on where the single quotes are</div></div></div></blockquote><div><br></div><div>Sorry, I think I flubbed my reply. I think it should be</div><div> <span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:16px"><xsl:variable name="columns" select="str:tokenize('title player-number')"/></span></div><div><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:16px"><br></span></div><div><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:16px">Robby</span></div></div></div>