RE: [xml-dev] How to get XPath in a XSLT shylesheet
> > > Or is it, in fact, that using different prefixes for the same > > > namespace is dubious? :-) > > > > Highly dubious in a human-authored document... > > Not really. Consider > > <html xmlns='http://www.w3.org/1999/xhtml'> > <body> > <math xmlns='http://www.w3.org/1998/Math/MathML'> > <mi mathvariant='italic'>θ</mi> > </math> > </body> > </html> Which namespace in that example has more than one prefix? Michael Kay