constant TAXONOMY_XML_RDFS_NS in Taxonomy import/export via XML 6.2
Same name and namespace in other branches
- 5.2 rdf_format.inc \TAXONOMY_XML_RDFS_NS
- 5 rdf_format.inc \TAXONOMY_XML_RDFS_NS
- 6 rdf_format.inc \TAXONOMY_XML_RDFS_NS
- 7 rdf_utils.inc \TAXONOMY_XML_RDFS_NS
2 uses of TAXONOMY_XML_RDFS_NS
- taxonomy_xml_rdf_document in ./
rdf_format.inc - Set up an RDF document preamble. Returns a document, also sets the passed handle to the RDF node that content should land in
- taxonomy_xml_rdf_parse in ./
rdf_format.inc - Read in RDF taxonomies and vocabularies. Create vocabs and terms as needed.
File
- ./
rdf_format.inc, line 16 - Include routines for RDF parsing and taxonomy/term creation. @author dman http://coders.co.nz
Code
define('TAXONOMY_XML_RDFS_NS', 'http://www.w3.org/2000/01/rdf-schema#');