strattonn

Results 1 issues of strattonn

` Task List ` Given the preceeding XML, the following will return one node. `xpath.evalFirst(controllerXML, "/Controllers/Controller[@ID='cbd2b66a-0121-474c-b038-54b9af8bb00e']/Fields/Field[@ID='68fd01c4-a545-91bb-1821-1d90dbec2e69']/Name");` The following fails with the message, "Cannot use 'in' operator for 'string'" `xpath.evalFirst(controllerXML, "/Controllers/Controller/Fields/Field[@ID='${fieldId}']/Name");`...