leszek Sat Jul 13 12:31:36 2002 EDT Modified files: /phpdoc/en/chapters config.xml Log: typo Index: phpdoc/en/chapters/config.xml diff -u phpdoc/en/chapters/config.xml:1.64 phpdoc/en/chapters/config.xml:1.65 --- phpdoc/en/chapters/config.xml:1.64 Sat Jul 13 05:04:11 2002 +++ phpdoc/en/chapters/config.xml Sat Jul 13 12:31:35 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.64 $ --> +<!-- $Revision: 1.65 $ --> <chapter id="configuration"> <title>Configuration</title> @@ -767,7 +767,7 @@ Tells whether the short form (<userinput><? ?></userinput>) of PHP's open tag should be allowed. If you want to use PHP in combination with XML, you can disable this option in order to - use (<userinput><?xml ?></userinput> inline. Otherwise, you + use <userinput><?xml ?></userinput> inline. Otherwise, you can print it with PHP, for example: <userinput><?php echo '<?xml version="1.0"'; ?></userinput>. Also if disabled, you must use the long form of the PHP open tag (<userinput><?php ?></userinput>).
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php