Actions
Bug #2522
closedXML comments should be turned off
Start date:
08/24/2006
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2522
Description
currently the XML is created with a lot of debugging statements inserted. While these aren't horrible, it would be a lot better without them, both in terms of space used, professionalism, and speed of download.
for example:
<coverIndex.COVERINDEX_ID>8</coverIndex.COVERINDEX_ID>
<!-- Ignoring coverIndex.COVERMETHOD_ID -->
<coverIndex.coverCode>8</coverIndex.coverCode>
basically all the comments in that document can be turned off.
Updated by Michael Lee about 18 years ago
comments turned off (these are part of autogenerated files, so change was in xsl)
Updated by Michael Lee about 18 years ago
Note, though that download will still have comments in them as they are read from the xml cache. I manually deleted 2 plots from the cache and downloaded them to confirm that it worked.
Actions