1. Home
  2. Computing & Technology
  3. JavaScript
photo of Stephen Chapman
Stephen's JavaScript Blog

By Stephen Chapman, About.com Guide to JavaScript since 2004

Parsing XML

Sunday April 26, 2009
JavaScript contains code to make parsing XML returned from the server in order to make it easier to add it into your page.

One common way to get the information passed back to your page after using Ajax to request it from the server is to receive it as XML. The request.responseXML property provided by Ajax provides a simple way of extracting the various pieces from what is returned as this twelfth Ajax tutorial demonstrates.

Parsing XML
Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Explore JavaScript
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. JavaScript

©2009 About.com, a part of The New York Times Company.

All rights reserved.