<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"><head><!--[if gte mso 9]><xml><o:OfficeDocumentSettings><o:AllowPNG/><o:PixelsPerInch>96</o:PixelsPerInch></o:OfficeDocumentSettings></xml><![endif]--></head><body>
<div style="-webkit-text-size-adjust: auto; word-wrap: break-word !important;">hello everyone,</div><div style="-webkit-text-size-adjust: auto; word-wrap: break-word !important;"> </div><div style="-webkit-text-size-adjust: auto; word-wrap: break-word !important;">i am trying to parse the xml from the message body: <u style="word-wrap: break-word !important;">get_body_part("application/pidf+xml", "$var(pbody)");</u> and i am getting the following in my pbody var:</div><div style="-webkit-text-size-adjust: auto; word-wrap: break-word !important;"><div style="word-wrap: break-word !important;"> </div><div style="word-wrap: break-word !important;"><div style="word-wrap: break-word !important;">Content-Disposition: render;handling=optional</div><div style="word-wrap: break-word !important;">Content-ID: <<a rel="nofollow noopener noreferrer" ymailto="mailto:sip:+6478897789@ims.mnc0xx.mccxxx.3gppnetwork.org" target="_blank" href="mailto:sip:+6478897789@ims.mnc0xx.mccxxx.3gppnetwork.org" style="-webkit-touch-callout: none; word-wrap: break-word !important;">sip:+6478897789@ims.mnc0xx.mccxxx.3gppnetwork.org</a>></div><div style="word-wrap: break-word !important;"><?xml version="1.0"?></div><div style="word-wrap: break-word !important;"><presence xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:gp="urn:ietf:params:xml:ns:pidf:geopriv10" xmlns:gml="<a rel="nofollow noopener noreferrer" target="_blank" href="http://www.opengis.net/gml" style="word-wrap: break-word !important;">http://www.opengis.net/gml</a>" xmlns:gs="<a rel="nofollow noopener noreferrer" target="_blank" href="http://www.opengis.net/pidflo/1.0" style="word-wrap: break-word !important;">http://www.opengis.net/pidflo/1.0</a>" xmlns:con="urn:ietf:params:xml:ns:geopriv:conf" entity="<a rel="nofollow noopener noreferrer" ymailto="mailto:sip:+6478897789@ims.mnc0xx.mccxxx.3gppnetwork.org" target="_blank" href="mailto:sip:+6478897789@ims.mnc0xx.mccxxx.3gppnetwork.org" style="-webkit-touch-callout: none; word-wrap: break-word !important;">sip:+6478897789@ims.mnc0xx.mccxxx.3gppnetwork.org</a>"></div><div style="word-wrap: break-word !important;"><dm:device id="Wifi"></div><div style="word-wrap: break-word !important;"><gp:geopriv></div><div style="word-wrap: break-word !important;"><gp:location-info></div><div style="word-wrap: break-word !important;"><gs:Circle srsName="urn:ogc:def:crs:EPSG::5524"></div><div style="word-wrap: break-word !important;"><gml:pos>31.204359 -44.512358</gml:pos></div><div style="word-wrap: break-word !important;"><gs:radius uom="urn:ogc:def:uom:EPSG::8190">10.578000</gs:radius></div><div style="word-wrap: break-word !important;"></gs:Circle></div><div style="word-wrap: break-word !important;"><con:confidence pdf="normal">92</con:confidence></div><div style="word-wrap: break-word !important;"></gp:location-info></div><div style="word-wrap: break-word !important;"><gp:method>DBH_HELO</gp:method></div><div style="word-wrap: break-word !important;"><gp:usage-rules/></div><div style="word-wrap: break-word !important;"></gp:geopriv></div><div style="word-wrap: break-word !important;"><dm:timestamp>2022-04-05T19:16:34Z</dm:timestamp></div><div style="word-wrap: break-word !important;"></dm:device></div><div style="word-wrap: break-word !important;"></presence></div></div></div><div style="-webkit-text-size-adjust: auto; word-wrap: break-word !important;"> </div><div style="-webkit-text-size-adjust: auto; word-wrap: break-word !important;"> </div><div style="-webkit-text-size-adjust: auto; word-wrap: break-word !important;">how can i escape the first two lines in order to get the xml part of the content?</div><div style="-webkit-text-size-adjust: auto; word-wrap: break-word !important;"> </div><div style="-webkit-text-size-adjust: auto; word-wrap: break-word !important;">thanks in advance,</div><div style="-webkit-text-size-adjust: auto; word-wrap: break-word !important;">Art</div>
</body></html>