0

How can I parse this xml to html table like column error value Error or to CVS, is there some example? thank you

<string name="error">Error</string>
user3383415
  • 437
  • 1
  • 7
  • 22
  • 1
    What programming language would you be using? xslt? python? lua? c++? Doing this with only html and xml would prove to be more than a simple challenge. – Claudiordgz Mar 17 '14 at 10:55
  • Thank you for answer, using the simplest language, can I do with jquery? – user3383415 Mar 17 '14 at 10:58
  • 1
    of course, jquery has methods like `parseXML()` this would allow you to push xml texts directly into a `var` and then find what you want and push it into a string to create your `csv`. Check this other question that is similar to your case http://stackoverflow.com/questions/4639372/export-to-csv-in-jquery – Claudiordgz Mar 17 '14 at 11:26

0 Answers0