Re: [xsl] Need help with XSLT: adding new node btw existing elements

Subject: Re: [xsl] Need help with XSLT: adding new node btw existing elements
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 17 Aug 2006 21:09:37 +0100
> So, is there no way using xslt to avoid the addition of xmlns=" " ?
of course there is! That's like saying there is no way to avoid that
element names begin with "A" xslt only generates elements with names
begining with A if you generate them with that name, and similarly
it only generates elements in no namespace if you generate elements in
no namespace.

David

Current Thread