Using the XML Parser

Using the XML Parser is nearly identical to using the JSON Parser, and it serves much of the same purpose. Using these parsers accelerates the data collection process and allows you to do more at once.

Again, not every webpage uses XML requests, but using a parser when the page does greatly increases performance.

activity.gif

Open the activity monitor

 

Find the completed AJAX request with content resembling XML data in the AJAX Content column.

Example of a XML file:

<?xml version="1.0" encoding="UTF-8"?>
<note>
  <to>John</to>
  <from>Jane</from>
  <heading>Hello</heading>
  <body>Look at this cool text!</body>
</note>

xml.gif

Copy the URL from that AJAX request and paste it into the web browser URL bar. Click the blue arrow to load the page, then navigate over to the Agent Settings tab and Click the Web Browser dropdown in order to select XML parser.

xmlparse.gif

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.