constant TAXONOMY_XML_DRUPAL_NS in Taxonomy import/export via XML 6.2
4 uses of TAXONOMY_XML_DRUPAL_NS
- menu_taxonomy_xml_rdf_document_setup in includes/
taxonomy_xml.menu.inc - Add the expected namespaces to the root of the document during construction.
- menu_taxonomy_xml_rdf_export_term in includes/
taxonomy_xml.menu.inc - Add menu information to the export document.
- path_taxonomy_xml_rdf_document_setup in includes/
taxonomy_xml.path.inc - Add the expected namespaces to the root of the document during construction.
- path_taxonomy_xml_rdf_export_term in includes/
taxonomy_xml.path.inc - Add path information to the export document.
File
- ./
rdf_format.inc, line 48 - Include routines for RDF parsing and taxonomy/term creation. @author dman http://coders.co.nz
Code
define('TAXONOMY_XML_DRUPAL_NS', 'http://drupal.org/project/taxonomy_xml#');