I was trying the examples from Can we import XML file into another XML file? with entities and with xinclude option. I have my own http server serving xml files and tried opening them using https://localhost/file.xml.
I tried exactly the same examples as mentioned in that post for Xinclude and XML external entities. The examples from the page mentioned do not work for me. I see that fetching the first xml file finishes with http 200 and I do not see in http server logs the request for fetching the second file. I also requested my colleague to try it and also it does not work for him.
I tried it on the latest Firefox and Chrome.
Has anyone tried this in modern web browsers?