I think we'd need to see your XML in order to understand the problem.
Gary
Etienne Deleflie wrote:
>
> 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