accessing child nodes for report template

Robby Stephenson robby at periapsis.org
Sat May 17 17:30:56 BST 2025


Hi Richard,

On Sat, May 17, 2025 at 11:41 AM Richard Lyons <richard at lyons.art.br> wrote:

> All I need is to insert the equivalent of
>
>     <xsl:value-of select="$entry/tc:imgfiles/imgfile1/column1"/>
>
> But not how to extract the individual columns.
>

You might need the namespace declaration, the 'tc:' part...

    <xsl:value-of select="$entry/tc:imgfiles/tc:imgfile[1]/tc:column[1]"/>

Along with the index of which ever one you want, the '[1]' part...
Robby
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/tellico-users/attachments/20250517/1393b1d1/attachment.htm>


More information about the tellico-users mailing list