On Wed, 24 Oct 2001 00:10:14 +0100, Mark Weaver wrote: >> <xsl:value-of select="regexp(/value,'</*[^>]*>','gi','')"/>
You can write an extension function that does this. And if http://www.w3.org/TR/xquery-operators/ were implemented, you could use xf:replace. ;)
