Hello, I am using the XPathAPI in Xalan 2 j , and there are some cases where a legal XPathString should return something but does not. eg.... "/dataset1/table/row/column[@DateAndTime]" returns nothing......... If I am not wrong, this XPath should return all elements called column (in /dataset1/table/row) which have a parameter DateAndTime or "/dataset1/table/row/column[1]" should return the first column (in /dataset1/table/row) Does the XPAthAPI support this syntax ? etienne
- Re: XPathAPI .... full implementation of XPath? Etienne Deleflie
- Re: XPathAPI .... full implementation of XPath? Gary L Peskin
