XSLT application or viewer to view Internet Explorer Network Inspector xml export

Using the IE9 Developer Toolbar tab, I fixed some navigation on my site and then exported these logs to an XML file (NetworkData.xml by default).

In this XML, it has a creator tag set in "Internet Inspector Internet Explorer".

Is there an XSLT that can help with displaying this XML or any viewer application that can help?

Update: After future research, the NetworkData.xml file is an XML representation of the HAR file. There are quite a few online HAR viewers. Still unable to find a viewer for XML-HAR and without converters.

+5
source share
1 answer

As shown here What tools can I use to analyze Internet Explorer network capture logs? Fiddler seems to be doing this. After installing Fiddler, I no longer needed this.

+2
source

All Articles