Home
last modified time | relevance | path

Searched refs:pLastTag (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xml2cmp/source/xcd/
H A Dparse.cxx75 const char * pLastTag = strrchr(aFile.operator const char *(),'<'); in LoadFile() local
76 if (pLastTag == 0) in LoadFile()
78 if ( strnicmp(pLastTag+2, pDocumentData->Name().str(), pDocumentData->Name().l()) != 0 in LoadFile()
79 || strnicmp(pLastTag, "</", 2) != 0 ) in LoadFile()
81 if (strchr(pLastTag,'>') == 0) in LoadFile()

Completed in 12 milliseconds