Lines Matching refs:select
12 <xsl:apply-templates select="@*|node()"/>
17 <xsl:apply-templates select="@*|node()"/>
26 <xsl:apply-templates select="@*"/>
28 <xsl:variable name="pngfile" select="../imageobject/imagedata/@fileref"/>
29 …<xsl:variable name="mapfile" select="concat(substring($pngfile, 1, string-length($pngfile)-3), 'ma…
30 <xsl:variable name="maproot" select="document(concat($basedir, '/', $mapfile))"/>
33 <xsl:for-each select="area">
34 <xsl:variable name="anchor" select="."/>
35 <xsl:variable name="other" select="($maproot)//area[@href=($anchor)/@x_steal]"/>
41 <xsl:value-of select="@id"/>
44 <xsl:value-of select="@linkends"/>
47 <xsl:value-of select="($other)/@coords"/>
54 <xsl:value-of select="concat('Warning: unable to locate area tagged ', ($anchor)/@x_steal)"/>