<div dir="ltr"><div dir="ltr">Hi Richard,</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Sat, May 17, 2025 at 11:41 AM Richard Lyons <<a href="mailto:richard@lyons.art.br">richard@lyons.art.br</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">All I need is to insert the equivalent of<br>
<br>
<xsl:value-of select="$entry/tc:imgfiles/imgfile1/column1"/><br><br>
But not how to extract the individual columns.<br></blockquote><div><br></div><div>You might need the namespace declaration, the 'tc:' part... </div><div><br></div><div> <xsl:value-of select="$entry/tc:imgfiles/tc:imgfile[1]/tc:column[1]"/><br></div><div><br></div><div>Along with the index of which ever one you want, the '[1]' part...</div><div>Robby</div></div></div>