[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: String manipulation XSLT 1.0
pankaj.c@xxxxxxxxxxxxxxxxxx wrote:
Input ==== <given-name>A.H.</given-name> translate translates character by character. Maybe <xsl:value-of select="concat(substring-before(., '.'), '. ', substring-after(., '.'))"/> does what you want but it depends on what kind of contents that given-name element can contain. Or check http://exslt.org/ for a replace template for XSLT 1.0. -- Martin Honnen http://msmvps.com/blogs/martin_honnen/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|