mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
b793439ef4
commit
25b16b170e
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue