Re: [xsl] namespace-alias problem

Subject: Re: [xsl] namespace-alias problem
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Sun, 23 Jan 2005 11:03:02 +0100
Hi,

Do the following things to make it work:
* omit 'exclude-result-prefixes="x"'
* write <xsl:element name="xsl:template"/> (or <x:template/>) rather than <xsl:element name="x:template"/>

For consistency and better readability I would suggest <x:template/>.


By the way, why write <xsl:element name="x:template"/> if <x:template> (just as well as <x:stylesheet>) does the job?

Cheers

--
Geert.Josten@xxxxxxxxxxx
IT-consultant at Daidalos BV, Zoetermeer (NL)

http://www.daidalos.nl/
tel:+31-(0)79-3316961
fax:+31-(0)79-3316464

GPG: 1024D/12DEBB50

Current Thread