expat - Creating a Parser
- parser XML_ParserCreate(encoding)
- create a new parser - can only
parse 1 XML document
- parser XML_ParserCreateNS(encoding, nsSeparator)
- adds namespace processing (parser will map prefixes to
namespace names);
if the nsSeparator character is non-null, it will be used to
separate the URI and element type