Is it possible to use Mark of the Web in XML file which is parsed by a local XSL file?
When I insert MOTW mark:
<!-- saved from url=(0014)about:internet -->
i get following message:
Access is Denied. Error Processing Resource.
Ok, I see that I was trying to do it wrong - I wanted to insert this comment into XML.
I have three files: XML with data, XSL to transform the data into html, and JS file with JavaScript functions. As you said, I want to get rid of the Internet Explorer orange bar.
Putting everything on IIS or Apache is good way, but I want to open these files localy.
I tried to insert xml:comment tag, but nothing happened (the bar is still showing).