Relative Content

Tag Archive for c#.netasp.net-corexslt

Error during XSLT transformation: An error occurred while loading document ‘https://ex.com/example.xml’. See InnerException forcomplete description

I keep getting an error during XSLT transformation: An error occurred while loading document ‘https://www.example.com/myxml/example.xml’. See InnerException for a complete description of the error. I pass in a well formed xmldocument and the path to my xslt file. The xslt uses the document function to load the above url. It should be able to do that per the xslt settings allowing that.