# | 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); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |