> I am trying out Xindice rc 1.0 and have noticed that two types of XPath > Queries aren't working for me: > ... > > 2. Returning just the value of Attribute Nodes > ... > > But trying to just return the attribute axis doesn't seem to work: > > eg //*/@type
I can only answer your second question. I had the same question a couple of weeks ago. This was the response from Kimbro Staken: >> My question is: Is the XPath implementation of dbXML in general not >> able to retrieve a list of attribute values so that I have to retrieve >> the complete element containing the attribute? > That's correct, you have to retrieve the entire element right now. So far as I know it is on the TODO list... Kind regards, Timo
