Author: lou
Date: 2007-12-19 03:01:29 -0800 (Wed, 19 Dec 2007)
New Revision: 7604

Modified:
   openlaszlo/trunk/docs/src/developers/programs/resources/phonebook.xml
Log:
Change 20071219-lou-1 by [EMAIL PROTECTED] on 2007-12-19 06:07:42 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: fix examples in the Building Data-Driven Applications chapter of the 
dguide

Bugs Fixed: LPP-5039

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Details: examples 38.3, 4, 7, and 8 use the file phonebook.xml for their data.
At some point, this file was changed so the root element was renamed from
"phonebook" to "contacts". This has been changed back.
    

Tests: Make sure the examples work as they do in the 3.4 dguide



Modified: openlaszlo/trunk/docs/src/developers/programs/resources/phonebook.xml
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/resources/phonebook.xml       
2007-12-19 10:15:42 UTC (rev 7603)
+++ openlaszlo/trunk/docs/src/developers/programs/resources/phonebook.xml       
2007-12-19 11:01:29 UTC (rev 7604)
@@ -2,9 +2,9 @@
 * Copyright 2001-2007 Laszlo Systems, Inc.  All Rights Reserved.              *
 * Use is subject to license terms.                                            *
 * X_LZ_COPYRIGHT_END ****************************************************** -->
-<contacts>
+<phonebook>
     <contact firstName="John" lastName="Smith" phone="617-555-7855" 
email="[EMAIL PROTECTED]"/> 
     <contact firstName="Karl" lastName="Oberschnautzer" phone="111-555-9713" 
email="[EMAIL PROTECTED]"/> 
     <contact firstName="Lisa" lastName="Jones" phone="415-555-8743" 
email="[EMAIL PROTECTED]"/> 
     <contact firstName="Mary" lastName="Brown" phone="212-555-5211" 
email="[EMAIL PROTECTED]"/>
-</contacts> 
+</phonebook> 


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to