browserutilities/feedsengine/FeedsServer/FolderHandler/src/OpmlParser.cpp
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    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");