getnodes after specific text
Hi,
i have a xml like this:
<i>test1</i>.
<i>test2</i>,
<i>test3</i>::
<i>test4</i>.
how can i get italic nodes that ends with . in my apply template.
<xsl:template match="i|I">
<xsl:apply-templates mode="largeImage"/>
</xsl:template>
Thanks,
pendyalap
|