Forum Moderators: coopster
POST /myscript.php HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*
Accept-Language: bg
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
Host: 192.168.0.1:8000
Content-Type: text/xml
Connection: Keep-Ali
<xml>
<node1>node1 value</node1>
</xml>
And I need to extract :
<xml>
<node1>node1 value</node1>
</xml>
from it.
Do you know how to do it?
[liquidpulse.net...]
Although a better description of what you're trying to do or acomplish would be helpful. (*you* know what you're doing, but we don't (-:)