in reply to Re: How i can extract the part of server report log based on Ipaddress
in thread How i can extract the part of server report log based on Ipaddress

To be able to use an XML parser, the OP would have to make the logfile a valid XML (i.e. remove repeated <?xml... lines and add a root element). Then, the desired request could be found by this simple XPath:
/root/request[ipAddress="10.146.163.43"]