On Thu, 29 Jan 2004 02:09:13 -0000 "Ken Tossell" <[EMAIL PROTECTED]> wrote:
> kennyt Wed Jan 28 21:09:13 2004 EDT > > Modified files: > /phpdoc/en/reference/simplexml reference.xml > Log: > Removed extra 4 spaces. make test complains about /simplexml/reference.xml I propose the patch, which fixes the problem. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED]
Index: reference.xml =================================================================== RCS file: /repository/phpdoc/en/reference/simplexml/reference.xml,v retrieving revision 1.4 diff -u -r1.4 reference.xml --- reference.xml 29 Jan 2004 02:09:12 -0000 1.4 +++ reference.xml 29 Jan 2004 07:23:58 -0000 @@ -193,19 +193,19 @@ </example> </para> <para> + PHP has a mechanism to convert XML nodes between SimpleXML + and DOM formats. This example shows how one might change + a DOM element to SimpleXML. + </para> + <note> + <para> + This will only work with DOM in PHP 5, but SimpleXML wasn't + available before that version, so you should be fine. + </para> + </note> + <para> <example> <title>DOM Interoperability</title> - <simpara> - PHP has a mechanism to convert XML nodes between SimpleXML - and DOM formats. This example shows how one might change - a DOM element to SimpleXML. - </simpara> - <note> - <simpara> - This will only work with DOM in PHP 5, but SimpleXML wasn't - available before that version, so you should be fine. - </simpara> - </note> <programlisting role="php"> <![CDATA[ <?php