[Home] [By Thread] [By Date] [Recent Entries]
On 2/23/07, Anderson, Paul <Paul.Anderson@xxxxxxxxxxxxx> wrote:
I am glad my suggestion helped. You could improve the readability a bit, by changing your code to following: <topic-title>
<xsl:for-each select=".//text()[not(ancestor::indexterm)]">
<xsl:value-of select="."/>
</xsl:for-each>
</topic-title>xsl:element is usually used, when the element name is constructed dynamically (sometimes based on some calculation). -- Regards, Mukul Gandhi
|

Cart



