Integration parser XSL not able to parse the xml
Summary: Integration XSL not able to parse the xml
Content (required): Here is the query XSL response
<soapenv:Body>
<queryResponse>
<result xsi:type="QueryResult">
<done>true</done>
<queryLocator xsi:nil="true"/>
<records xsi:type="sf:sObject">
<sf:Owner xsi:type="sf:sObject">
<sf:Address xsi:type="address">
<latitude xsi:nil="true"/>
<longitude xsi:nil="true"/>
<city>Austin</city>
<country>United States</country>
<countryCode>US</countryCode>
<postalCode>78799</postalCode>
<state>Texas</state>
<stateCode>TX</stateCode>
<street>490 ****</street>
</sf:Address>
</sf:Owner>
</records>
<size>1</size>
</result>
</queryResponse>
</soapenv:Body>
Version (include the version you are using, if applicable): 21C
Code Snippet (add any code snippets that support your topic, if applicable):