Actions
Bug #920
closedThe scamp.xml file does not show any output anymore
Description
This commit causes the problem:
https://github.com/astromatic/scamp/commit/21601523e2eada41ebfc06091c45fd020c978e24
Updated by Emmanuel Bertin over 4 years ago
- Status changed from New to Feedback
- Assignee set to Sébastien Serre
- % Done changed from 0 to 100
(/) This change was made to allow astropy
function votable.parse()
to properly parse the file.
(!) The issue (probably) has to do with this limitation. However, moving XSLT to version 2.0 does not seem to work in practice.
(!) I would suggest dropping XSLT support; XSLT is now unusable at the file level because of the same origin policy having become increasingly restrictive over the years (in Firefox, and even more in Chrome). Since XSLT translation may only be done on a server now, one would better parse the metadata using Javascript, which would be much more efficient from the computational point-of-view.
Updated by Sébastien Serre over 4 years ago
- Status changed from Feedback to Closed
Actions