Add link to the method

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270051 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2008-11-28 22:59:58 +00:00
parent 49d9daac80
commit 9bf75801b2

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.36 $ -->
<!-- $Revision: 1.37 $ -->
<appendix xml:id="migration52" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Migrating from PHP 5.1.x to PHP 5.2.x</title>
<para>
@ -1244,9 +1244,9 @@ $obj->getCommentName('');
<itemizedlist>
<listitem>
<simpara>
boolean XMLReader::setSchema(string filename)
boolean <function>XMLReader::setSchema</function>
- Use W3C XSD schema to validate the document as it is processed. Activation is
only possible before the first <literal>Read()</literal>
only possible before the first <function>XMLReader::read</function>
</simpara>
</listitem>
</itemizedlist>