> Need help .. I want to know wheather we can use, Xalan- XPath to get
values from complex xml.
> We have complex xml and I tried evaluating expression on this, but they
do not return any results.
> [I can evaluate SAME expression in XML Spy]
This is a FAQ:
http://xml.apache.org/xalan-j/faq.html#faq-N101DA
If XML Spy really works as you purport it does, that's a bug.
> If I remove "xmlns" and "xmlns:xsi" - then it works.
The xmlns:xsi namespace declaration is irrelevant. Only the default
namespace declaration affects the names of the un-prefixed element nodes.
Dave