# | Line 41 | Line 41 | ios::PrintWriter& operator<<(ios::PrintW | |
---|---|---|
41 | return pout; | |
42 | } | |
43 | ||
44 | < | xml::TextWriter xhtml(pout); |
45 | < | |
46 | < | pout << "\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n" |
44 | > | pout << "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n" |
45 | << "\t\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n"; | |
46 | ||
47 | + | xml::TextWriter xhtml(pout); |
48 | xml::ScopeElement html(xhtml, "html"); | |
49 | ||
50 | xhtml.SetAttribute("xmlns", "http://www.w3.org/1999/xhtml"); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |