XML
#define XML "xml"
String at the begining of XML file
XML_VERSION
#define XML_VERSION "version"
Setting the XML's version definition
ENCODING
#define ENCODING "encoding"
Setting the XML's characters set definition
STANDALONE
#define STANDALONE "standalone"
Setting the use of DTD
CDATA
#define CDATA "CDATA"
XML'sCDATA tag definition
XMLNS
#define XMLNS "xmlns"
String for XML namespace definition
|