Hi,

I have a lot of xml files with the following header:

<Article xmlns="x-schema:http://bla..."; ...

Its no problem to acess any Elements if the definition would have been:

<Article xmlns:bar="x-schema:http://www.....

using 

  xpathSelector.setNamespaceURIs(map);


Is there any way to define a default namespace?
 
map.put ("", "http://bla... "); does not work.


greetings

Juergen Fey
 

_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to