From 25b16b170ee7357e98ce43748d5cca9c1264a6cc Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Tue, 27 Aug 2002 19:21:11 +0000 Subject: [PATCH] Correcting entity errors reported by xsltproc git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93839 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/domxml/functions/DomNode-next-sibling.xml | 4 ++-- reference/domxml/functions/DomNode-previous-sibling.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/domxml/functions/DomNode-next-sibling.xml b/reference/domxml/functions/DomNode-next-sibling.xml index 758efda0f6..b57fd83d36 100644 --- a/reference/domxml/functions/DomNode-next-sibling.xml +++ b/reference/domxml/functions/DomNode-next-sibling.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ This function returns the next sibling of the current node. If there is - no next sibling it returns false (< 4.3) or null (>= 4.3). You can + no next sibling it returns false (< 4.3) or null (>= 4.3). You can use this function to iterate over all children of a node as shown in the example. diff --git a/reference/domxml/functions/DomNode-previous-sibling.xml b/reference/domxml/functions/DomNode-previous-sibling.xml index 8b0a02a65f..0f892296a6 100644 --- a/reference/domxml/functions/DomNode-previous-sibling.xml +++ b/reference/domxml/functions/DomNode-previous-sibling.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ This function returns the previous sibling of the current node. If there - is no previous sibling it returns false (< 4.3) or null (>= 4.3). You + is no previous sibling it returns false (< 4.3) or null (>= 4.3). You can use this function to iterate over all children of a node as shown in the example.