0

I want build a website that have two "table" to display two lists of data that stored in XML. Category and items(think todo list. one category has more then one item)

I'm not sure how to display the list of data. What kind specific technique should I use? Can I only use HTML and CSS to achieve this(My friend said I have to use javascript).

2
  • Ajax exchanging data with a server, and updating parts of a web page. I mean if I have a list of data. How do I display them? Commented Jan 16, 2013 at 4:11
  • It will be a lot easier if you convert the XML to JSON object, then render. github.com/buglabs/node-xml2json. If you can convert the XML to JSON format in the server-side before returning to client, it will probably be an easier process. Commented Jan 16, 2013 at 4:12

1 Answer 1

1

U need to use AJAX for that purpose. AJAX stands for Asynchronous Javascript XML... This will help you to get your XML data loaded on Web Pages

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks. It automatic displays the data on the web page or I need extra display method?
If you know jquery then it is lot more easier to add XML data to your web page with the help of AJAX. AJAX can be used with jquery to do that and very efficient too. This link can help you. devirtuoso.com/2009/07/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.