You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Miguel Angel Urrutia Soler <ur...@hotmail.com> on 2002/04/08 11:57:52 UTC

Queriying all attributtes: XPath bug? or sintax error?

Hi All:

I do programatically this query "/Element[contains(@Name,'foo')]" and works fine... returns results but when i do another this "/Element[contains(@*,foo')]" to query all the attributes from Element i get no any results...

anyone knows if i have a xpath misunderstood or this is a xindice bug?

Miguel Urrutia