
@Memory ,
If you try to open your XML file in the notepad then you can see that there is a reference to the XSL file.
For some security concerns, it looks like Chromium-based browsers will not allow any file that gets opened using the file://
protocol to access another file with the file://
protocol from your local disk.
There are some workarounds available that may help you to open the XML file with reference to the XSL file.
- Host your XML and XSL file on a local web server and then try to access it using the Edge browser.
- Try to launch the Edge browser with the
--allow-file-access-from-files
command line argument and then try to access the XML file. - If possible then you can remove the reference for the XSL file from your XML file will help to see the content of the file without any styling.
You can try to check the discussion on this thread may give you some additional information about this issue. The discussion is for the Chrome browser on the same issue. As Edge and Chrome both use the chromium-browser engine, the same applies to both browsers.
----------
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.