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.
source
share