Final scour 0.18: more fixes to XML serialization (wellformedness), some unit tests, update to package script to use zip file and to package the inkscape extension

This commit is contained in:
JSCHILL1 2009-08-09 22:25:20 -05:00
parent 5f5c8a431d
commit eb2a7a05ac
6 changed files with 60 additions and 7 deletions

View file

@ -87,6 +87,7 @@ class ScourOptions:
embed_rasters = False
keep_editor_data = False
strip_xml_prolog = False
indent_type = "space"
# params are the form elements (if a checkbox is unchecked it will not be present)
def fetch(req, indoc,**params):