function path_taxonomy_xml_rdf_document_setup in Taxonomy import/export via XML 6.2
Add the expected namespaces to the root of the document during construction.
File
- includes/
taxonomy_xml.path.inc, line 43 - Support for importing or exporting path data along with terms
Code
function path_taxonomy_xml_rdf_document_setup($domcontainer) {
taxonomy_xml_rdf_add_namespace($domcontainer, TAXONOMY_XML_DRUPAL_NS, 'drupal');
}