[Home] [By Thread] [By Date] [Recent Entries]
Carlos wrote:
Can you explain us which text you want to be in the output? I can see only one common criterion - ".gif" substring, so just for fun llok at this: <xsl:template match="text()"> <xsl:if test="contains(.,'.gif')"> <xsl:value-of select="normalize-space()"/> <xsl:if test="ancestor::IMAGEN/following-sibling::IMAGEN"> <br/> <xsl:text>
</xsl:text> </xsl:if> </xsl:if> </xsl:template> -- Oleg Tkachenko Multiconn International, Israel XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



