Systeminfo XML Parsing into HTML/JSON?

Anyone found an easy way to parse this into wonderful information HTML/JSON? I have tried php/javaScript/Jquery/Ajax.....I have found a current work around using Ajax but I have to use an browser extension because of CORS errors:

"No 'Access-Control-Allow-Origin' header is present on the requested resource.

End goal is having multiple servers be able to communicate into one location if a camera is down or not. Saving the time logging into multiple servers.

Best,