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

Comparing SiteMapper/SiteMapper.cpp (file contents):
Revision 635 by douglas, 2005-12-31T16:12:15-08:00 vs.
Revision 636 by douglas, 2005-12-31T16:54:19-08:00

# Line 168 | Line 168 | void SiteMapper::newMap(const cse::Strin
168          _S<ios::FormatWriter> fout(file);
169          _S<xml::TextWriter> xml(file);
170  
171 +        // XXX: xml::TextWriter should have this kind of stuff, no?
172          fout << ios::NewLine << _B("<?xml-stylesheet type=\"text/xsl\" href=\"stylesheets/sitemap.xsl\"?>") << ios::NewLine << _B("<!DOCTYPE page SYSTEM \"stylesheets/page.dtd\">");
173  
174          xml.OutputComment(comment);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines