RE: xslt2.0 feature request

> In XSLT 1.0, in order to write a template driven stylesheet,
> I need to explicitly add a namespace to any element that I create.
> 
> <xsl:template match="el">
> <el1 xmlns="some url">
> <xsl:apply-templates/
> </xsl:template>
> 
> 
> Is it reasonable to request that a stylesheet attribute be
> added to cause all elements to be output in a given namespace?

What is the problem with using a default namespace declaration on the
xsl:stylesheet element?

Mike Kay 

Received on Thursday, 3 January 2002 11:05:54 UTC