Subject: Re: Iterating recursivly on a node changing the element names
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Wed, 21 Nov 2007 13:35:24 +0000
|
On 21/11/2007, ML mail <mlnospam@xxxxxxxxx> wrote:
> Dear Andrew,
>
> Thank you for your help, that is pretty much what I
> would like to do. Just I have a basic question, how do
> I map nsprefix ? I understood that this isn't a
> variable, else it would be $nsprefix I guess.
I would define (declare?) it on your stylesheet element:
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0"
xmlns:nsprefix="foo">
It can go in several other places, but there's probably the standard place.
cheers
--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
|