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.
Actions