xsl-list
[Top] [All Lists]

Complicated Variable/Xpath update

2005-08-15 14:13:04
Hello again,
I've found a solution for my problem but it is not very efficient (it goes to show you can think about something for days but only find a solution until you ask someone...). Is there anything less time consuming than this? It really bogs down my computer.

<xsl:template match="anchor">
<xsl:variable name="anchor"><xsl:value-of select="@id"/></xsl:variable>
<xsl:variable name="source">
<xsl:value-of select="//linkSource[(_at_)href = $anchor]/following-sibling::linkTarget/@href"/>
</xsl:variable>
<xref pointer="{$source}"></xref>
</xsl:template>

Thanks for all your help.

-Andrew


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>