xsl-list
[Top] [All Lists]

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

2007-11-21 08:04:03
Ah that nsprefix, now I understand... So I tryed now
to define my nsprefix which is actualy mml (for
mathml) like this:

<xsl:stylesheet
        xmlns:mml="http://www.w3.org/1998/Math/MathML";
       
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
        version="1.0">          

but unfortunately when I transform my sample xml file
with your xslt (+ the stylesheet definition above)
Xalan-J complains that the namespace prefix mml is not
declared. Am I still missing something ?

Regards



--- Andrew Welch <andrew(_dot_)j(_dot_)welch(_at_)gmail(_dot_)com> wrote:

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>
--~--





      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

--~------------------------------------------------------------------
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>
--~--