Changeset 2539
- Timestamp:
- 10/03/07 18:57:15 (1 year ago)
- Files:
-
- format-plugins/vformat/src/xmlformat-vnote.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
format-plugins/vformat/src/xmlformat-vnote.c
r2495 r2539 116 116 insert_xml_attr_handler(hooks->attributes, "Categories", (void *)handle_xml_categories_attribute); 117 117 insert_xml_attr_handler(hooks->attributes, "LastModified", (void *)handle_xml_last_modified_attribute); 118 insert_xml_attr_handler(hooks->attributes, " DateCreated", (void *)handle_xml_created_attribute);118 insert_xml_attr_handler(hooks->attributes, "Created", (void *)handle_xml_created_attribute); 119 119 insert_xml_attr_handler(hooks->attributes, "Body", (void *)handle_xml_body_attribute); 120 120
