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 559 by douglas, 2005-07-17T04:58:55-07:00 vs.
Revision 636 by douglas, 2005-12-31T16:54:19-08:00

# Line 4 | Line 4
4   //
5   // $Id$
6  
7 < #include <menes/cxx/standard.hh>
7 > #include <cxx/standard.hh>
8  
9 < #include <menes/api/pcre/regex.hpp>
10 < #include <menes/api/exename.hpp>
11 < #include <menes/app/simple.hpp>
9 > #include <api/pcre/regex.hpp>
10 > #include <api/exename.hpp>
11 > #include <app/simple.hpp>
12  
13   #include "SiteMapper.hpp"
14  
# 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