Improvements in the XML marshaller.
This commit is contained in:
parent
3f08cb989f
commit
9cff9df299
5 changed files with 85 additions and 45 deletions
|
@ -18,6 +18,7 @@ mimeTypesExts = {
|
|||
'image/jpeg' : 'jpg',
|
||||
'image/gif' : 'gif'
|
||||
}
|
||||
xmlPrologue = '<?xml version="1.0" encoding="utf-8"?>'
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
class UnmarshalledObject:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue