[Home] [By Thread] [By Date] [Recent Entries]
Nestor Boscan wrote:
<xsl:for-each select="//a|//b|//c"> '//' is generally speaking a "speed-trap", and you should probably not do 'for-each' at all, but use <xsl:template match="a"> and some better understanding of your XML structure. Perhaps you care to describe your problem a bit more in detail. Niclas
|

Cart



