ନ୍ୟୁଜ୍

This repository contains .NET Documentation. Contribute to tdykstra/dotnet-docs development by creating an account on GitHub.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
So, I do a lot of little side things with XSLT generating HTML from XML. Always worked fine in Chrome. Now, all I get is a blank screen, and, in Inspect Element, this: Unsafe attempt to load URL ...
Right now we're using Set objXML = Server.CreateObject("Microsoft.XMLDOM")I know there are other objects that can be used to load XML files, is there a "best practice" choice recommened by ...