Hello, its me again
Two part question please. (1) Is there a way to format parsed data into XML format and (2) send this on to a webserver URL.
For example I have a php script running on my web server waiting for a connection to accept an xml string (form GET). I'd like the log monitor to parse the data from a text file, format it as xml and then send it on to my web server.
is it possible?