You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Claude Warren <cl...@histio.org> on 2001/10/11 13:42:20 UTC

Extension Elements - Calling

I have the need to do the following.

assume an XML element:
<foo a="z"/>

I need to transform it (in an XSLT stylesheet) into the extension
element
<bar:baz a="z"/>

and execute the extension element.

Does anyone know what the xsl:template would look like to do that?

Many thanks,
Claude Warren