/templates/docbook/edit/content/process_content.phpThis file contains functions about processing the content of a node that are used by the edit_content webbox and by other modules.
compact_cdata (line 190)
Replace explicit CDATA like this:
--tag <![CDATA[abc xyz]]> ---- by a compact (implicit) CDATA like this: --tag-- abc xyz ----
Also, replace <![CDATA[xyz]]> by [[xyz]]
expand_cdata (line 151)
Replace implicit CDATA like this:
--tag-- abc xyz ---- by an explicit CDATA like this: --tag <![CDATA[abc xyz]]> ----
Also, replace [[xyz]] by <![CDATA[xyz]]>
get_node_content (line 39)
Builds the content of the node by processing content.xml with xml2mode.xsl, and assigns it to a template variable.
putback_cdata (line 121)
replace <cdata>x</cdata> by the corresponding <![CDATA[...]]>
putback_comments (line 110)
replace <comment>x</comment> by the corresponding <!--...-->
strip_cdata (line 76)
replace <![CDATA[...]]> by <cdata>x</cdata>
strip_comments (line 93)
replace <!--...--> by <comment>x</comment>
Documentation generated on Wed, 09 Jan 2008 08:26:53 +0100 by phpDocumentor 1.3.2