ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/SiteMapperOld/SiteMapper.cpp
(Generate patch)

Comparing SiteMapperOld/SiteMapper.cpp (file contents):
Revision 189 by Douglas Thrift, 2004-08-15T01:27:38-07:00 vs.
Revision 248 by Douglas Thrift, 2004-09-11T22:02:20-07:00

# Line 84 | Line 84 | void SiteMapper::oldMap(const string& si
84          comment << evaluator.evaluate(support, document,
85                  XalanDOMString("comment()").c_str())->str();
86  
87 +        if (debug) cerr << "comment = " << comment.str() << '\n';
88 +
89          item = evaluator.createXPath(XalanDOMString("item").c_str());
90          address = evaluator.createXPath(XalanDOMString("link/@address").c_str());
91          link = evaluator.createXPath(XalanDOMString("link").c_str());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines