#include <string>
#include <cgicc/MStreamable.h>
Go to the source code of this file.
Namespaces | |
namespace | cgicc |
Classes | |
class | cgicc::XHTMLDoctype |
Class that abstracts a XHTML Doc Type. More... | |
Defines | |
#define | xmlnsXHTML() set("xmlns", "http://www.w3.org/1999/xhtml") |
XHMTL namespace attribute for html tag - usage: html().xmlnsXHTML(). |
This class add the XHTML Doc feature
Definition in file XHTMLDoctype.h.