derick Thu Jan 29 04:40:45 2004 EDT
Modified files: /phpdoc/en/reference/simplexml reference.xml Log: - Fix XML #- "make test" is not that hard to use! http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/reference.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/simplexml/reference.xml diff -u phpdoc/en/reference/simplexml/reference.xml:1.4 phpdoc/en/reference/simplexml/reference.xml:1.5 --- phpdoc/en/reference/simplexml/reference.xml:1.4 Wed Jan 28 21:09:12 2004 +++ phpdoc/en/reference/simplexml/reference.xml Thu Jan 29 04:40:45 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <reference id="ref.simplexml"> <title>SimpleXML functions</title> <titleabbrev>SimpleXML</titleabbrev> @@ -200,12 +200,14 @@ 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> + <para> + <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> + </para> <programlisting role="php"> <![CDATA[ <?php