Removed Sorter.py

svn: r1162
This commit is contained in:
Don Allingham
2002-11-04 04:05:47 +00:00
parent d3301bf9d6
commit 9e89a5b4ad
10 changed files with 38 additions and 559 deletions

View File

@ -158,7 +158,7 @@ class XmlWriter:
total = person_len + family_len + place_len + source_len
self.g.write('<?xml version="1.0" encoding="iso-8859-1"?>\n')
self.g.write('<?xml version="1.0"?>\n')
self.g.write('<!DOCTYPE database SYSTEM "gramps.dtd" []>\n')
self.g.write("<database>\n")
self.g.write(" <header>\n")