RE: [xml-dev] xml, xslt and namespaces

From
Michael Kay <>
To
'Mahdi Mankai' <>, 'xml-dev' <>
Date
2004-09-19T08:41:53Z
ID
<20040919084005.MNTG24841.mta02-svc.ntlworld.com@Turtle>
Thread
RE: [xml-dev] xml, xslt and namespaces
> Hi to all,
> I wonder if somebody can afford me a suitable solution for my problem.
> starting from from an original xml file that uses namespaces :

If you don't like any of the other solutions that have been offered, move to
XSLT 2.0 which has an attribute xpath-default-namespace that can be
specified at stylesheet level, and affects all unprefixed element names used
within path expressions anywhere in the stylesheet.

Michael Kay