Parsing XML with AJAX
XML AJAX Example
- AJAX was designed to handle and parse XML
- We can store our data as XML, which gives us customized structure
- We can get the request back as XML, then use DOM-like functions to access elements
- Every element is considered a node in the tree
- Every text element is also considered a node in the tree