Translation2
[ class tree: Translation2 ] [ index: Translation2 ] [ all elements ]

File: xml.php

Source Location: /Translation2-2.0.0beta7/Container/xml.php

Classes:

Translation2_Container_xml
Storage driver for fetching data from a XML file

Page Details:

Contains the Translation2_Container_xml class

PHP versions 4 and 5

LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.

Includes:

require_once('XML/Unserializer.php') [line 32]
require XML_Unserializer class
require_once('Translation2/Container.php') [line 28]
require Translation2_Container class

TRANSLATION2_DTD [line 36]

TRANSLATION2_DTD = "<!ELEMENT translation2 (languages,pages)>\n"."<!ELEMENT languages (lang*)>\n"."<!ELEMENT lang (name?,meta?,error_text?,encoding?)>\n"."<!ATTLIST lang id ID #REQUIRED>\n"."<!ELEMENT name (#PCDATA)>\n"."<!ELEMENT meta (#PCDATA)>\n"."<!ELEMENT error_text (#PCDATA)>\n"."<!ELEMENT encoding (#PCDATA)>\n"."<!ELEMENT pages (page*)>\n"."<!ELEMENT page (string*)>\n"."<!ATTLIST page key CDATA #REQUIRED>\n"."<!ELEMENT string (tr*)>\n"."<!ATTLIST string key CDATA #REQUIRED>\n"."<!ELEMENT tr (#PCDATA)>\n"."<!ATTLIST tr lang IDREF #REQUIRED>\n"
Document Type Definition

[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:18:27 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.