ZF-6443: Zend_Rest_Server Example 44.9 contains a syntax error
Description
Example 44.9 contains a syntax error in the assignment statement of the $xml variable. The string value assigned to it is single-quoted, but contains an unescaped single quote in the word "you're."
Comments
Posted by Matthew Turland (elazar) on 2009-04-27T10:56:56.000+0000
Attached Zend_Rest_Server.xml.diff, which patches standard/trunk/documentation/manual/en/module_specs/Zend_Rest_Server.xml to correct this issue.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-04-28T06:01:43.000+0000
Solved in r15235 . All language checked.