Home AMX User Forum AMX General Discussion

XML sample

Hi friends can any one post a working example for xml file read and write. I am the first time working with xml. I nead to read xml feed from a server and send back some datas to the server in xml format.

Comments

  • Unless you're talking about something more specific, reading an XML file from a web server is no different than getting data from a regular web page. It's easier, actually. Not to re-invent the wheel, I would search this forum for existing topics that cover using IP_CLIENT commands to connect to, then issue an HTTP "GET" request to a web server.

    You might have to research the sending of data to the server a bit, however. If the server supports data submission using HTTP "POST" commands, you would do well to start doing a web search for basic HTTP descriptions...

    - Chip
  • yuriyuri Posts: 861
    you can't read an .xml file from a server or other location if it it's made with AMX' VARIABLE_TO_XML
Sign In or Register to comment.