constant TAXONOMY_XML_DETERMINED_BY_SOURCE_FILE in Taxonomy import/export via XML 7
Same name and namespace in other branches
- 6.2 taxonomy_xml.module \TAXONOMY_XML_DETERMINED_BY_SOURCE_FILE
Used to define some flags for the import options
2 uses of TAXONOMY_XML_DETERMINED_BY_SOURCE_FILE
- taxonomy_xml_rdf_parse in formats/
rdf_format.inc - Read in RDF taxonomies and vocabularies. Create vocabs and terms as needed.
- taxonomy_xml_xml_parse in formats/
xml_format.inc - Initiate the parser on the custom XML schema.
File
- ./
taxonomy_xml.module, line 79 - Make it possible to import and export taxonomies as XML documents.
Code
define('TAXONOMY_XML_DETERMINED_BY_SOURCE_FILE', 0);