[Home] [By Thread] [By Date] [Recent Entries]
Hello,
thanks for your answer. That is nearly thats what i want. But i want only PB123. With the function substring-after i get "PB123 Rest of the Comment". Any solution ? Greets Oliver ----- Original Message ----- From: "Jon Gorman" <jonathan.gorman@xxxxxxxxx> To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx> Sent: Monday, July 25, 2005 4:29 PM Subject: Re: Isolate spezial text term with pattern What i now what to do is the following: I will islote the terms "PB123" and
Quick and dirty example (untested) <xsl:template match="comment"> <td>PB<xsl:value-of select="substring-after(.,"PB")" /></td> </xsl:template> Jon Gorman
|

Cart



