darvina Mon Apr 22 16:35:27 2002 EDT
Modified files:
/phpdoc/en/reference/xml reference.xml
Log:
Added <?php in the third example, and put configure between <coomand> and </command>
Index: phpdoc/en/reference/xml/reference.xml
diff -u phpdoc/en/reference/xml/reference.xml:1.2
phpdoc/en/reference/xml/reference.xml:1.3
--- phpdoc/en/reference/xml/reference.xml:1.2 Mon Apr 15 17:57:27 2002
+++ phpdoc/en/reference/xml/reference.xml Mon Apr 22 16:35:26 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<reference id="ref.xml">
<title>XML parser functions</title>
<titleabbrev>XML</titleabbrev>
@@ -50,7 +50,7 @@
bundled <productname>expat</productname> library from Apache.
You may need to set <envar>CPPFLAGS</envar> and
<envar>LDFLAGS</envar> in your environment before running
- configure if you have installed expat somewhere exotic.
+ <command>configure</command> if you have installed expat somewhere exotic.
</para>
<para>
Build PHP. <emphasis>Tada!</emphasis> That should be it.
@@ -392,6 +392,7 @@
<title>External Entity Example</title>
<programlisting role="php">
<![CDATA[
+<?php
$file = "xmltest.xml";
function trustedFile($file) {