# | Line 61 | Line 61 | void Searcher::search(vector<string> ind | |
---|---|---|
61 | { | |
62 | start = clock(); | |
63 | ||
64 | < | const string XMLTYPE("<?xml version=\"1.0\" encoding=\"ISO-8859-1\" standa" |
65 | < | + string("lone=\"no\"?>")), DOCTYPE("<!DOCTYPE index SYSTEM \"index.dt" |
66 | < | + string("d\">")); |
64 | > | const string XMLTYPE("<?xml version=\"1.0\" encoding=\"ISO-8859-1\" " |
65 | > | "standalone=\"no\"?>"), |
66 | > | DOCTYPE("<!DOCTYPE index SYSTEM \"index.dtd\">"); |
67 | ||
68 | if (query.size() > 0) | |
69 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |