Creating a Custom Report

Robby Stephenson robby at periapsis.org
Thu Feb 3 12:53:09 GMT 2022


On Thu, Feb 3, 2022 at 2:43 AM Francis Greaves <themetman at themetman.net>
wrote:

> ---- On Wed, 02 Feb 2022 18:21:06 +0000 *Robby Stephenson
> <robby at periapsis.org <robby at periapsis.org>>* wrote ----
>
> Thanks Robby, yes I had made that error and edited the wrong line, so I
> have tried both this:
>
> <xsl:variable name="columns" select="'title' 'player-number'"/>
>
> and this:
>
> <xsl:variable name="columns" select="'title player-number'"/>
>
>
> and this:
>
> <xsl:variable name="columns" select="title player-number"/>
>
>
> 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
>

Sorry, I think I flubbed my reply. I think it should be
 <xsl:variable name="columns" select="str:tokenize('title player-number')"/>

Robby
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/tellico-users/attachments/20220203/3512a32a/attachment.htm>


More information about the tellico-users mailing list