Hi,
Xalan 1.8 & Xerces 2.5

///XML file
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<catalog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>      
   <book>   
      <author x="10">Adams</author>
      <State>NC</State>
      <subbook>
        <genre>Computer</genre>
        <price>44.95</price>
      </subbook>
    </book>
    <secondAuthor>234</secondAuthor>
</catalog>
////

My XPath query is /catalog/book/child::[EMAIL PROTECTED]
evaluate() returns a NodeSet with 0 nodes in it.

I used "Visual XPath" and it returned 10.

Am I doing anything wrong?



Thanks
Ramesh  







-- 
~best~of~luck~
Ramesh Kumar

Reply via email to