- From: Kay, Michael <Michael.Kay@softwareag.com>
- Date: Thu, 3 Jan 2002 17:03:00 +0100
- To: "'DPawson@rnib.org.uk'" <DPawson@rnib.org.uk>, xsl-editors@w3.org
> 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