You are here

constant TAXONOMY_XML_CHILD in Taxonomy import/export via XML 6

Same name and namespace in other branches
  1. 5.2 taxonomy_xml.module \TAXONOMY_XML_CHILD
  2. 5 taxonomy_xml.module \TAXONOMY_XML_CHILD
  3. 6.2 taxonomy_xml.module \TAXONOMY_XML_CHILD
  4. 7 taxonomy_xml.module \TAXONOMY_XML_CHILD
4 uses of TAXONOMY_XML_CHILD
taxonomy_xml_canonicize_predicates in ./taxonomy_xml.module
Given a term with a collection of named predicate relations, convert those into canonic (known, defined) terms. This involves some duplication as the original and true names are both packed into the $term->predicates array. Only the true names are…
taxonomy_xml_csv_parse in ./csv_format.inc
Scan the input CSV file and create a taxonomy structure out of it.
taxonomy_xml_mesh_parse in ./mesh_format.inc
Reads a XML file and creates the term definitions found in it.
taxonomy_xml_relationship_synonyms in ./taxonomy_xml.module
Return an array of alternative wordings that may be used in the input files.

File

./taxonomy_xml.module, line 47
taxonomy_xml.module This module makes it possible to import and export taxonomies as XML documents.

Code

define('TAXONOMY_XML_CHILD', 'Narrower Terms');