function menu_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.menu.inc, line 44 - Support for importing or exporting menu items along with terms
Code
function menu_taxonomy_xml_rdf_document_setup($domcontainer) {
taxonomy_xml_rdf_add_namespace($domcontainer, TAXONOMY_XML_DRUPAL_NS, 'drupal');
}