Correcting entity errors reported by xsltproc

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93839 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2002-08-27 19:21:11 +00:00
parent b793439ef4
commit 25b16b170e
2 changed files with 4 additions and 4 deletions

View file

@ -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 (&lt; 4.3) or null (&gt= 4.3). You can
no next sibling it returns false (&lt; 4.3) or null (&gt;= 4.3). You can
use this function to iterate over all children of a node as shown in the
example.
</para>

View file

@ -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 (&lt; 4.3) or null (&gt= 4.3). You
is no previous sibling it returns false (&lt; 4.3) or null (&gt;= 4.3). You
can use this function to iterate over all children of a node as shown in
the example.
</para>