- Timestamp:
- 07/04/08 14:32:49 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/CCalendarStoreXML.cpp
r113 r165 46 46 <!ELEMENT calendarnode (name, last-sync?, webcal?, calendarnode*) > 47 47 <!ATTLIST calendarnode directory (true|false) "false" 48 has_expanded (true|false) > 48 has_expanded (true|false) 49 inbox (true|false) "false" 50 outbox (true|false) "false"> 49 51 50 52 <!ELEMENT name (#PCDATA) > … … 75 77 const char* cXMLAttribute_directory = "directory"; 76 78 const char* cXMLAttribute_has_expanded = "has_expanded"; 79 const char* cXMLAttribute_inbox = "inbox"; 80 const char* cXMLAttribute_outbox = "outbox"; 77 81 78 82 const xmllib::XMLName cXMLElement_name("name");