Added <?php in the third example, and put configure between <coomand> and </command>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79464 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andrioli Darvin 2002-04-22 20:35:26 +00:00
parent a38b835036
commit 7f3404f590

View file

@ -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 @@ libexpat.a: $(OBJS)
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 @@ xml_parser_free($xml_parser);
<title>External Entity Example</title>
<programlisting role="php">
<![CDATA[
<?php
$file = "xmltest.xml";
function trustedFile($file) {