[Laszlo-checkins] r10696 - in openlaszlo/trunk/docs/src: developers/programs nav

hqm@openlaszlo.org hqm at openlaszlo.org
Thu Aug 14 18:38:09 PDT 2008


Author: hqm
Date: 2008-08-14 18:38:06 -0700 (Thu, 14 Aug 2008)
New Revision: 10696

Modified:
   openlaszlo/trunk/docs/src/developers/programs/databinding-$7.lzx
   openlaszlo/trunk/docs/src/nav/toc.xml
Log:
fix for docs build, comment out rpc param entry until I figure out why it chokes

Modified: openlaszlo/trunk/docs/src/developers/programs/databinding-$7.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/databinding-$7.lzx	2008-08-14 18:47:42 UTC (rev 10695)
+++ openlaszlo/trunk/docs/src/developers/programs/databinding-$7.lzx	2008-08-15 01:38:06 UTC (rev 10696)
@@ -1,6 +1,7 @@
 
 <canvas width="100%" height="200" >
   <debug fontsize="12"/>
+  <include href="lztest/xmlequals.lzx"/>
 
    <view layout="axis: y">
     <dataset name="ds" src="http://..."/>
@@ -62,7 +63,7 @@
     <handler reference="lds" name="oninit">
       <![CDATA[
       Debug.write("filedata test data loaded", this);
-      if (this.lds.serialize() != '<lds><persons><person id="1"><firstName>Dan</firstName><lastName>McGowan</lastName><modifyDate>3/25/05</modifyDate><address code="ML" id="1"><line1>2210 North 184th Street</line1><line2/><city>Shoreline</city></address></person><person id="2"><firstName>Barry</firstName><lastName>Bonds</lastName><modifyDate>3/25/05</modifyDate></person><person id="3"><firstName>Jeff</firstName><lastName>Beck</lastName><modifyDate>3/25/05</modifyDate></person></persons></lds>') {
+      if (! xmlstringequals(this.lds.serialize(), '<lds><persons><person id="1"><firstName>Dan</firstName><lastName>McGowan</lastName><modifyDate>3/25/05</modifyDate><address code="ML" id="1"><line1>2210 North 184th Street</line1><line2/><city>Shoreline</city></address></person><person id="2"><firstName>Barry</firstName><lastName>Bonds</lastName><modifyDate>3/25/05</modifyDate></person><person id="3"><firstName>Jeff</firstName><lastName>Beck</lastName><modifyDate>3/25/05</modifyDate></person></persons></lds>')) {
       Debug.error("filedata serialized data does not match expected value");
       }
       ]]>
@@ -79,7 +80,7 @@
     <handler reference="lds" name="ondata">
       <![CDATA[
       Debug.write("remotedata test data loaded", this);
-      if (this.lds.serialize() != '<lds><persons><person id="1"><firstName>Dan</firstName><lastName>McGowan</lastName><modifyDate>3/25/05</modifyDate><address id="1" code="ML"><line1>2210 North 184th Street</line1><line2/><city>Shoreline</city></address></person><person id="2"><firstName>Barry</firstName><lastName>Bonds</lastName><modifyDate>3/25/05</modifyDate></person><person id="3"><firstName>Jeff</firstName><lastName>Beck</lastName><modifyDate>3/25/05</modifyDate></person></persons></lds>') {
+      if (! xmlstringequals(this.lds.serialize(), '<lds><persons><person id="1"><firstName>Dan</firstName><lastName>McGowan</lastName><modifyDate>3/25/05</modifyDate><address id="1" code="ML"><line1>2210 North 184th Street</line1><line2/><city>Shoreline</city></address></person><person id="2"><firstName>Barry</firstName><lastName>Bonds</lastName><modifyDate>3/25/05</modifyDate></person><person id="3"><firstName>Jeff</firstName><lastName>Beck</lastName><modifyDate>3/25/05</modifyDate></person></persons></lds>')) {
       Debug.error("remotedata serialized data does not match expected value");
       }
       ]]>
@@ -116,6 +117,6 @@
 
 </canvas>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2007 Laszlo Systems, Inc.  All Rights Reserved.                   *
+* Copyright 2007, 2008 Laszlo Systems, Inc.  All Rights Reserved.                   *
 * Use is subject to license terms.                                            *
 * X_LZ_COPYRIGHT_END ****************************************************** -->

Modified: openlaszlo/trunk/docs/src/nav/toc.xml
===================================================================
--- openlaszlo/trunk/docs/src/nav/toc.xml	2008-08-14 18:47:42 UTC (rev 10695)
+++ openlaszlo/trunk/docs/src/nav/toc.xml	2008-08-15 01:38:06 UTC (rev 10696)
@@ -134,7 +134,7 @@
         <item title="&amp;lt;dataset&amp;gt;" href="LzDataset.html" />
         <item title="&amp;lt;httpdataprovider&amp;gt;" href="LzHTTPDataProvider.html" />
         <item title="&amp;lt;httpdatarequest&amp;gt;" href="LzHTTPDataRequest.html" />
-        <item title="&amp;lt;params&amp;gt;" href="LzParam.html" />
+        <item title="lz.Param" href="LzParam.html" />
         <item title="lz.DataElement" href="LzDataElement.html" />
         <item title="lz.DataNode" href="LzDataNode.html" />
         <item title="lz.DataNodeMixin" href="LzDataNodeMixin.html" />
@@ -209,7 +209,7 @@
     </category>
     <category title="RPC">
         <item title="&amp;lt;javarpc&amp;gt;" href="lz.javarpc.html" />
-        <item title="&amp;lt;param&amp;gt;" href="lz.param.html" />        
+<!--        <item title="&amp;lt;param&amp;gt;" href="lz.param.html" /> -->
         <item title="&amp;lt;rpc&amp;gt;" href="lz.rpc.html" />
         <item title="&amp;lt;remotecall&amp;gt;" href="lz.remotecall.html" />
         <item title="&amp;lt;soap&amp;gt;" href="lz.soap.html" />



More information about the Laszlo-checkins mailing list