vrana Mon Aug 29 11:28:39 2005 EDT
Modified files:
/phpdoc/en/reference/xml/functions
xml-set-processing-instruction-handler.xml
Log:
No space between <? and target (bug #34281)
http://cvs.php.net/diff.php/phpdoc/en/reference/xml/functions/xml-set-processing-instruction-handler.xml?r1=1.4&r2=1.5&ty=u
Index:
phpdoc/en/reference/xml/functions/xml-set-processing-instruction-handler.xml
diff -u
phpdoc/en/reference/xml/functions/xml-set-processing-instruction-handler.xml:1.4
phpdoc/en/reference/xml/functions/xml-set-processing-instruction-handler.xml:1.5
---
phpdoc/en/reference/xml/functions/xml-set-processing-instruction-handler.xml:1.4
Fri Feb 28 01:45:12 2003
+++
phpdoc/en/reference/xml/functions/xml-set-processing-instruction-handler.xml
Mon Aug 29 11:28:37 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
<refentry id="function.xml-set-processing-instruction-handler">
<refnamediv>
@@ -25,8 +25,7 @@
<para>
A processing instruction has the following format:
<informalexample>
- <programlisting><?
- <replaceable>target</replaceable>
+ <programlisting><?<replaceable>target</replaceable>
<replaceable>data</replaceable>?>
</programlisting>
</informalexample>