xsl-list
[Top] [All Lists]

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

2007-11-21 08:11:28


 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. 
________________________________________________________________________

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