You are here

constant TAXONOMY_XML_RDF_NS in Taxonomy import/export via XML 5

Same name and namespace in other branches
  1. 5.2 rdf_format.inc \TAXONOMY_XML_RDF_NS
  2. 6.2 rdf_format.inc \TAXONOMY_XML_RDF_NS
  3. 6 rdf_format.inc \TAXONOMY_XML_RDF_NS
  4. 7 rdf_utils.inc \TAXONOMY_XML_RDF_NS

@file Include routines for RDF parsing and taxonomy/term creation.

This lib is included on demand by the taxonomy_xml.module when needed to read or write the RDF syntax.

@author dman (Dan Morrison) http://coders.co.nz/

4 uses of TAXONOMY_XML_RDF_NS
taxonomy_xml_add_terms_as_rdf in ./rdf_format.inc
Given a list of terms, append definitions of them to the passed DOM container
taxonomy_xml_add_vocab_as_rdf in ./rdf_format.inc
Create a vocabulary definition (just the def, not its terms) and insert it into the given document element.
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 12
Include routines for RDF parsing and taxonomy/term creation.

Code

define('TAXONOMY_XML_RDF_NS', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#');