xsl-list
[Top] [All Lists]

Re: [xsl] Iterating recursivly on a node changing the element names

2007-11-21 06:36:04
On 21/11/2007, ML mail <mlnospam(_at_)yahoo(_dot_)com> 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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--