}
// XmlObject xml = XmlObject.Factory.parse( response, options );
XmlObject xml = XmlUtils.createXmlObject(response, options);
String expandedPath = PropertyExpander.expandProperties(context, path);
XmlObject[] items = xml.selectPath(expandedPath);
AssertedXPathsContainer assertedXPathsContainer = (AssertedXPathsContainer) context
.getProperty(AssertedXPathsContainer.ASSERTEDXPATHSCONTAINER_PROPERTY);
XmlObject contentObj = null;
String expandedContent = PropertyExpander.expandProperties(context, expectedContent);