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