> One more question that I have is the usage of Default > namespace. XalanDocumentPrefixResolver does not seem > to find nodes that use default namespace. What do I > need to do to resolve that issue... > > For example an xml document: > > <map xmlns="http://www.test.org"><device/></map> > > I tried to use Xpath expression (/map/device) and got no > result back. Looking for the root node /map also does > not return me anything.
This is a FAQ: http://xml.apache.org/xalan-j/faq.html#faq-N101DA Dave
