I'll want to parse an SOAP Message with XPath but in the XML Response are internal references. XPath does not resolve these. Is it possible to automatical resolve references before using XPath so that i could use xpath expressions like "//get_referencesResponse/Result/source/item" or is there an better way to read the document?I'll want to parse an SOAP Message with XPath b