[Home] [By Thread] [By Date] [Recent Entries]
Actually, even creating the first group is unnecessary. This
revision only captures a single group being the parenthesized content
of the string.
I hope this helps. . . . . . . . . . . . Ken t:\ftemp>type wilson.xml <Person>Benes (senior), Frances</Person> t:\ftemp>type wilson.xsl
<?xml version="1.0" encoding="US-ASCII"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0"><xsl:template match="*">
<xsl:copy>
<xsl:value-of select="replace(., '.*(\([a-zA-Z]+\)).*', '$1' )"/>
</xsl:copy>
</xsl:template></xsl:stylesheet> t:\ftemp>xslt2 wilson.xml wilson.xsl con <?xml version="1.0" encoding="UTF-8"?><Person>(senior)</Person> t:\ftemp> At 2008-08-18 19:07 -0400, I wrote: At 2008-08-18 15:46 -0700, Mark Wilson wrote:I have an element <Person>Benes (senior), Frances</Person>. -- Upcoming XSLT/XSL-FO hands-on courses: Wellington, NZ 2009-01 Training tools: Comprehensive interactive XSLT/XPath 1.0/2.0 video G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ Male Cancer Awareness Nov'07 http://www.CraneSoftwrights.com/s/bc Legal business disclaimers: http://www.CraneSoftwrights.com/legal
|

Cart



