Parsing XML
Wednesday April 30, 2008
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