browserutilities/feedsengine/FeedsServer/FolderHandler/src/OpmlParser.cpp
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 65 5bfc169077b2
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    13 *
    13 *
    14 * Description:  Opml parser.
    14 * Description:  Opml parser.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 #include "OpmlParser.h"
    18 #include "OpmlParser.h"
    20 #include "CleanupLibXml2.h"
    19 #include "CleanupLibXml2.h"
    21 #include "leaktracker.h"
    20 #include <leaktracker.h>
    22 #include "PackedFolder.h"
    21 #include "PackedFolder.h"
    23 #include "XmlUtils.h"
    22 #include <xmlutils.h>
    24 
       
    25 
    23 
    26 // Element and attribute names used by this parser.
    24 // Element and attribute names used by this parser.
    27 _LIT8(KBody, "body");
    25 _LIT8(KBody, "body");
    28 _LIT8(KHead, "head");
    26 _LIT8(KHead, "head");
    29 _LIT8(KTitle, "title");
    27 _LIT8(KTitle, "title");