You are here

constant TAXONOMY_XML_MESH_NS in Taxonomy import/export via XML 7

Same name and namespace in other branches
  1. 6.2 mesh_format.inc \TAXONOMY_XML_MESH_NS
  2. 6 mesh_format.inc \TAXONOMY_XML_MESH_NS

@file Include routines for the Medical Subject Headings Schema [MeSH] as used by http://www.nlm.nih.gov/mesh/

@author dman http://coders.co.nz

TODO: lots, I imagine. A write-version A better way to handle relationships, as MeSH does not have any references, just constructs its tree heirachy via a naming scheme.

1 use of TAXONOMY_XML_MESH_NS
taxonomy_xml_mesh_parse in formats/mesh_format.inc
Reads a XML file and creates the term definitions found in it.

File

formats/mesh_format.inc, line 18
Include routines for the Medical Subject Headings Schema [MeSH] as used by http://www.nlm.nih.gov/mesh/

Code

define('TAXONOMY_XML_MESH_NS', 'http://www.nlm.nih.gov/mesh/');