Hi,
When using xml document like :
<Revision xmlns="http://www.w3schools.com";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.w3schools.com foo.xsd">
...
</Revision>
SimpleXPathAPI.exe foo.xml /Revision .

It gives me an error: No nodes matched the location path "/Revision"
But if I remove the xmlns="http://www.w3schools.com"; it works.

Thanks,
Tal
-- 
View this message in context: 
http://www.nabble.com/SimpleXPathAPI--problem-with-xmlns-tf4701692.html#a13440395
Sent from the Xalan - C - Users mailing list archive at Nabble.com.

Reply via email to