ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/Searcher.cpp
(Generate patch)

Comparing trunk/Search/Searcher.cpp (file contents):
Revision 359 by Douglas Thrift, 2004-06-04T04:08:28-07:00 vs.
Revision 360 by Douglas Thrift, 2004-08-19T20:09:52-07:00

# 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          {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines