Added editing media object properites

svn: r473
This commit is contained in:
Don Allingham
2001-10-15 00:53:55 +00:00
parent 51c9da428e
commit 9959f0592f
7 changed files with 456 additions and 326 deletions

View File

@@ -280,6 +280,7 @@ def write_attribute_list(g, list, indent=3):
if note == "" and len(slist) == 0:
g.write('/>\n')
else:
g.write('>\n')
for s in attr.getSourceRefList():
dump_source_ref(g,s,indent+1)
write_note(g,"note",attr.getNote(),4)