[Home] [By Thread] [By Date] [Recent Entries]
I have an element that looks like this: <item> <l> email <tb /> wirthcrew@xxxxxxx </l> </item> I need to match on all items that contain "email", so: <xsl:template match="l[contains(.,'email')]"> Now ho do I split the text / <tb /> of element l to just return the email? Nevermind, I got it! (I love xslt). <xsl:value-of select="text()[last()]"/>
|

Cart



