Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.8.1
-
Component/s: Zend_Rest_Server
-
Labels:None
-
Language:English
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."
Attached Zend_Rest_Server.xml.diff, which patches standard/trunk/documentation/manual/en/module_specs/Zend_Rest_Server.xml to correct this issue.