dams Thu Jan 30 07:44:37 2003 EDT
Modified files:
/phpdoc/en/reference/xml/functions
xml-set-notation-decl-handler.xml
xml-set-object.xml
xml-set-unparsed-entity-decl-handler.xml
Log:
using CDATA
Index: phpdoc/en/reference/xml/functions/xml-set-notation-decl-handler.xml
diff -u phpdoc/en/reference/xml/functions/xml-set-notation-decl-handler.xml:1.3
phpdoc/en/reference/xml/functions/xml-set-notation-decl-handler.xml:1.4
--- phpdoc/en/reference/xml/functions/xml-set-notation-decl-handler.xml:1.3 Fri
Apr 19 07:11:21 2002
+++ phpdoc/en/reference/xml/functions/xml-set-notation-decl-handler.xml Thu Jan 30
+07:44:36 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
<refentry id="function.xml-set-notation-decl-handler">
<refnamediv>
@@ -22,9 +22,13 @@
</para>
<para>
A notation declaration is part of the document's DTD and has the
- following format: <programlisting role="xml"><!NOTATION
- <parameter>name</parameter> {<parameter>system_id</parameter> |
- <parameter>public_id</parameter>}></programlisting> See <ulink
+ following format: <programlisting role="xml">
+<![CDATA[
+<!NOTATION <parameter>name</parameter>
+{ <parameter>systemId</parameter> | <parameter>publicId</parameter>?>
+]]>
+ </programlisting>
+ See <ulink
url="&url.rec-xml;#Notations">section 4.7 of the XML 1.0
spec</ulink> for the definition of notation declarations.
</para>
Index: phpdoc/en/reference/xml/functions/xml-set-object.xml
diff -u phpdoc/en/reference/xml/functions/xml-set-object.xml:1.4
phpdoc/en/reference/xml/functions/xml-set-object.xml:1.5
--- phpdoc/en/reference/xml/functions/xml-set-object.xml:1.4 Wed Jun 26 12:26:40
2002
+++ phpdoc/en/reference/xml/functions/xml-set-object.xml Thu Jan 30 07:44:36
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
<refentry id="function.xml-set-object">
<refnamediv>
@@ -8,11 +8,11 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <methodsynopsis>
- <type>void</type><methodname>xml_set_object</methodname>
- <methodparam><type>resource</type><parameter>parser</parameter></methodparam>
- <methodparam><type>object</type><parameter>object</parameter></methodparam>
- </methodsynopsis>
+ <methodsynopsis>
+ <type>void</type><methodname>xml_set_object</methodname>
+ <methodparam><type>resource</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>object</type><parameter>&object</parameter></methodparam>
+ </methodsynopsis>
<para>
This function allows to use <parameter>parser</parameter> inside
<parameter>object</parameter>. All callback functions could be set with
Index: phpdoc/en/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml
diff -u phpdoc/en/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml:1.3
phpdoc/en/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml:1.4
--- phpdoc/en/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml:1.3
Fri Apr 19 07:11:21 2002
+++ phpdoc/en/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml Thu
+Jan 30 07:44:36 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
<refentry id="function.xml-set-unparsed-entity-decl-handler">
<refnamediv>
@@ -27,8 +27,10 @@
external entity declaration with an NDATA declaration, like the
following:
<programlisting role="xml">
-<!ENTITY <parameter>name</parameter> {<parameter>publicId</parameter> |
<parameter>systemId</parameter>}
- NDATA <parameter>notationName</parameter>>
+<![CDATA[
+<!ENTITY <parameter>name</parameter> {<parameter>publicId</parameter> |
+<parameter>systemId</parameter>}
+ NDATA <parameter>notationName</parameter>
+]]>
</programlisting>
</para>
<para>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php