XPathNodeIterator .select query string

E

Ed Thurber

Hey all:

Need some help formatting a query string

string looks something like this:
"//*[local-name() = 'Project_Information_List'][@Development_Group ='" +
DevGrp + "']"

it seems that the [ ] delimit the WHERE clauses with an AND. how do I do an
OR?

thanks in advance

Ed
 
Top