You are currently viewing the XML section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
Hello i have been looking through many books and on internet may be i am not following the procedures properly but here is my situation,
-I have a xml(requesting file) which requests another xml (responding xml) file when it has been posted
-now the the responding xml needs to be parsed to be displayed..here is the problem
- i have gotten various parsers but in their example they all show how to parse RSS feeds which is very easy because we are requesting certain elements straight out of existing XML(with .xml extension). but in MY case the responding XML is created on fly depending(with .CGI extension initially) on which elements the requesting XML asks for...hence when i submit my xml through html form using http post i end up on a different server so i have 2 problems
1-I have exited my server
2-I am receiving an error for incorrect XML request which i have been told is because i am not parsing the REQUEST
So i would need a parser which takes the elements or whatever required from the Responding XML file and displays the results while on the same server if not the same page.
I greatly appreciate the help hope i have been clear nuff, i know i have been repetitive but that is for clarity thanks again!