Hello, If I do query
//root/obj_level_1/obj_level_2 I get all obj_level_2 objects, these containing all its attributes (say attr1, attr2, attr3, ...) Is it possible to formulate a query to get all obj_level_2 objects with a reduced # of attributes per object? I tried //root/obj_level_1/obj_level_2/@attr1 , trying to get all obj_level_2 objects with only attr1, but I get the same result as with the previous string Thanks, Antonio
