Open designermonkey opened 10 years ago
It’s not because of XSL but because this file is served as plain text, not XML file (requires proper MIME-type)
Ok. I'll badger github about that then. Thanks.
Sergey Chikuyonok wrote:
It’s not because of XSL but because this file is served as plain text, not XML file (requires proper MIME-type)
— Reply to this email directly or view it on GitHub https://github.com/sergeche/xmlview/issues/50#issuecomment-51588517.
Don’t think they would do something about it. There is one possible solution in XV to force rendering current document as XML tree (via document icon in address bar), but it seems to be broken with recent CSP changes in Chrome. Need to fix this bug.
Thanks for looking at this then :)
Currently this extension doesn't pick up on XSL files.
An example is https://github.com/nickdunn/form-controls/raw/master/form-controls.xsl
Is this an easy fix?