From ce0d33d858434baa549fae50cc8b1b72473dd0b6 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 30 Jan 2003 12:44:36 +0000 Subject: [PATCH] using CDATA git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113955 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../xml/functions/xml-set-notation-decl-handler.xml | 12 ++++++++---- reference/xml/functions/xml-set-object.xml | 12 ++++++------ .../xml-set-unparsed-entity-decl-handler.xml | 8 +++++--- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/reference/xml/functions/xml-set-notation-decl-handler.xml b/reference/xml/functions/xml-set-notation-decl-handler.xml index 8a12539654..f20e1f3e7b 100644 --- a/reference/xml/functions/xml-set-notation-decl-handler.xml +++ b/reference/xml/functions/xml-set-notation-decl-handler.xml @@ -1,5 +1,5 @@ - + @@ -22,9 +22,13 @@ A notation declaration is part of the document's DTD and has the - following format: <!NOTATION - name {system_id | - public_id}> See +name +{ systemId | publicId?> +]]> + + See section 4.7 of the XML 1.0 spec for the definition of notation declarations. diff --git a/reference/xml/functions/xml-set-object.xml b/reference/xml/functions/xml-set-object.xml index 0d77a58785..91486a1aaf 100644 --- a/reference/xml/functions/xml-set-object.xml +++ b/reference/xml/functions/xml-set-object.xml @@ -1,5 +1,5 @@ - + @@ -8,11 +8,11 @@ Description - - voidxml_set_object - resourceparser - objectobject - + + voidxml_set_object + resourceparser + object&object + This function allows to use parser inside object. All callback functions could be set with diff --git a/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml b/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml index da2788b3ad..5029a74b17 100644 --- a/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml +++ b/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml @@ -1,5 +1,5 @@ - + @@ -27,8 +27,10 @@ external entity declaration with an NDATA declaration, like the following: -<!ENTITY name {publicId | systemId} - NDATA notationName> +name {publicId | systemId} + NDATA notationName +]]>