| > Expat4D Home > Documentation > Command Reference |
XML_ParserCreateNS ( encoding ; namespaceSeparator ) --> parserID
Creates a new parser and namespace processor. From the expat 'xmlparse.h' header file: Constructs a new parser and namespace processor. Element type names and attribute names that belong to a namespace will be expanded; unprefixed attribute names are never expanded; unprefixed element type names are expanded only if there is a default namespace. The expanded name is the concatenation of the namespace URI, the namespace separator character, and the local part of the name. If the namespace separator is '\0' then the namespace URI and the local part will be concatenated without any separator. When a namespace is not declared, the name and prefix will be passed through without expansion. In this 4D plug-in version, you can pass an empty string instead of a null character if that is what you want to pass.
See Also: xml_ParserCreate, xml_ParserFree |
Developer Documentation
Creating Parsers, Destroying Parsers, Parsing TextConfiguring Handler Methods
Position and Error Reporting Functions
Miscellaneous Functions
Output Buffer Functions
Error Codes |
| > Expat4D Home > Documentation > Command Reference |
Last Modified: 27th April 2001 at 9:00 PM