Type is an attribute, not a tag.

This commit is contained in:
Bahadır Kandemir
2006-07-28 23:31:49 +00:00
parent 794da454e5
commit 8edafdec3e
+1 -1
View File
@@ -90,9 +90,9 @@ class Patch:
class Update:
a_release = [autoxml.String, autoxml.mandatory]
a_Type = [autoxml.String, autoxml.optional]
t_Date = [autoxml.String, autoxml.mandatory]
t_Version = [autoxml.String, autoxml.mandatory]
t_Type = [autoxml.String, autoxml.optional]
t_Name = [autoxml.Text, autoxml.optional]
t_Email = [autoxml.String, autoxml.optional]
t_Comment = [autoxml.String, autoxml.optional]