xml/xmlexpatparser/test/rtest/tsrc/t_xmlparser.cpp
changeset 27 450972dee096
parent 0 e35f40988205
child 33 604ca70b6235
equal deleted inserted replaced
23:740e860b8acf 27:450972dee096
    36 _LIT(KEntityTestFile,    "c:\\system\\data\\xml\\xml\\entity.xml");
    36 _LIT(KEntityTestFile,    "c:\\system\\data\\xml\\xml\\entity.xml");
    37 _LIT(KCapsTestFile,      "c:\\system\\data\\xml\\xml\\caps.xml");
    37 _LIT(KCapsTestFile,      "c:\\system\\data\\xml\\xml\\caps.xml");
    38 _LIT(KEncodingTestFile,  "c:\\system\\data\\xml\\xml\\doc_jp_utf.xml");
    38 _LIT(KEncodingTestFile,  "c:\\system\\data\\xml\\xml\\doc_jp_utf.xml");
    39 _LIT(KEncodingRefFile,   "c:\\system\\data\\xml\\xml\\ref_doc_jp_utf.xml");
    39 _LIT(KEncodingRefFile,   "c:\\system\\data\\xml\\xml\\ref_doc_jp_utf.xml");
    40 
    40 
    41 _LIT(KZipTestFile, "z:\\system\\data\\xml\\xml.zip");
    41 _LIT(KZipTestFile, "c:\\system\\data\\xml\\xml.zip");
    42 _LIT(KXmlTestDir, "c:\\system\\data\\xml");
    42 _LIT(KXmlTestDir, "c:\\system\\data\\xml");
    43 
    43 
    44 _LIT8(KIncompleteData, "<DIDL-Lite xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:upnp=\"urn:schemas-upnp-org:metadata-1-0/upnp/\" xmlns=\"urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/\"><container id=\"1\" parentID=\"0\" child ");
    44 _LIT8(KIncompleteData, "<DIDL-Lite xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:upnp=\"urn:schemas-upnp-org:metadata-1-0/upnp/\" xmlns=\"urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/\"><container id=\"1\" parentID=\"0\" child ");
    45 
    45 
    46 _LIT8(KParserDataType, "text/xml");
    46 _LIT8(KParserDataType, "text/xml");