Bug 22156

Summary: Attributes can't be selected.
Product: Xindice Reporter: Kevin O'Neill <kevin>
Component: XPathAssignee: Xindice Developers <xindice-dev>
Status: CLOSED FIXED    
Severity: normal    
Priority: P3    
Version: cvs head (1.1)   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Kevin O'Neill 2003-08-06 04:13:45 UTC
XPath queries in the form //foo/@bar fail due to the way that result sets are
created. 

I've added unit tests that expose the issue.
Comment 1 Kevin O'Neill 2003-08-09 03:43:45 UTC
This has been partially fixed. I'm unsure though if a collection should be seen
as a virtual document for these types of functions. The current solution
provides a result from each document.
Comment 2 Vadim Gritsenko 2004-02-24 15:42:00 UTC
Fixed: If query results in an attribute, attribute is added to the <result> element.