RE: [xml-dev] How to get XPath in a XSLT shylesheet

From
Michael Kay <>
To
'Chris Burdess' <>
Date
2007-01-10T10:16:44
ID
<00c801c734a0$6e35f4b0$6401a8c0@turtle>
Thread
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'>&theta;</mi>
>   </math>
>  </body>
> </html>

Which namespace in that example has more than one prefix?

Michael Kay