You are here

public property views_oai_pmh_xml_node::$value in Views OAI-PMH 7.2

Same name and namespace in other branches
  1. 6.2 plugins/includes/views_oai_pmh_xml_node.inc \views_oai_pmh_xml_node::value

the node is rendered as <key>value</key>. If value is an array, each entry in the array is expected to be another views_oai_pmh_xml_node object. These are rendered as nested XML tags. If value is empty, the node is rendered as <key />.

Type: string|array The content of the XML node. If $value is a string,

File

plugins/includes/views_oai_pmh_xml_node.inc, line 24
Definition of the views_oai_pmh_xml_node class.

Class

views_oai_pmh_xml_node
A class designed to represent an XML node, specially designed to help the Views OAI PMH module render OAI fields as XML elements.

Code

public $value;