goba Tue Aug 27 15:21:12 2002 EDT Modified files: /phpdoc/en/reference/domxml/functions DomNode-next-sibling.xml DomNode-previous-sibling.xml Log: Correcting entity errors reported by xsltproc Index: phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml diff -u phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml:1.3 phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml:1.4 --- phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml:1.3 Fri Aug 16 05:10:15 2002 +++ phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml Tue Aug 27 +15:21:11 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 --> <refentry id='function.DomNode-next-sibling'> <refnamediv> @@ -16,7 +16,7 @@ </methodsynopsis> <para> 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. </para> Index: phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml diff -u phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml:1.3 phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml:1.4 --- phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml:1.3 Fri Aug 16 05:10:15 2002 +++ phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml Tue Aug 27 +15:21:11 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 --> <refentry id='function.DomNode-previous-sibling'> <refnamediv> @@ -16,7 +16,7 @@ </methodsynopsis> <para> 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. </para>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php