constant TAXONOMY_XML_TCS_NS in Taxonomy import/export via XML 7
Same name and namespace in other branches
- 6.2 tcs_format.inc \TAXONOMY_XML_TCS_NS
- 6 tcs_format.inc \TAXONOMY_XML_TCS_NS
3 uses of TAXONOMY_XML_TCS_NS
- taxonomy_xml_add_terms_as_tcs in formats/
tcs_format.inc - Given a list of terms, append definitions of them to the passed DOM container
- taxonomy_xml_tcs_document in formats/
tcs_format.inc - Set up a TCS document preamble.
- taxonomy_xml_tcs_parse in formats/
tcs_format.inc - Reads a TCS file and creates the term definitions found in it.
File
- formats/
tcs_format.inc, line 274 - Include routines for the Taxon Concepts Schema as used by "the Encyclopedia of Life" original XML parsing and taxonomy/term creation. and others.
Code
define('TAXONOMY_XML_TCS_NS', 'http://www.tdwg.org/schemas/tcs/1.01');