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

Subject: Re: [xsl] Iterating recursivly on a node changing the element names
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 21 Nov 2007 15:11:00 GMT
>  xmlns:mml="http://www.w3.org/1998/Math/MathML";
ah, my prefix:-)



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

You showed a correct declaration of the namespace prefix and then said 
xalan gave you an error that it wasn't declared. So presumably xalan was
looking at a different file. Perhaps you are using xsl:include, the
prefix needs to be declared in every file (stylesheet or input file) in
which it is used.

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread