0

AM developing a auto completion or suggestion box using AJAX and servlets . My problem is how to parse the XML response in java script to show it in a div tag.My xml response is like contains one parent tag RESULTS , it contains number of children tags called RESULT.

How to get result values in java script variables.

1

2 Answers 2

1

You could do this using jQuery.parseXML

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

Comments

1

Take look on this thread: Parse XML from XMLHttpRequest

I think it contains information you need.

Comments

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.