Update of /cvsroot/monetdb/MonetDB5/src/modules/atoms/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26665/src/modules/atoms/Tests

Modified Files:
      Tag: GDK-2
        All 
Added Files:
      Tag: GDK-2
        xml100.mal 
Log Message:
propagated changes of Friday Aug 17 2007 - Tuesday Aug 21 2007
from the development trunk to the GDK-2 branch


--- NEW FILE: xml100.mal ---
b:= "Mary Ann Walker";

c:= "brown";

bx:= xml.xml(b);
cx:= xml.xml(c);

xp:= xml.element("person",nil:bat[:oid,:str],nil:xml,bx);
xh:= xml.element("hair",nil:bat[:oid,:str],nil:xml,cx);

xx:= xml.element("row",nil:bat[:oid,:str],nil:xml,xp,xh);
xs:= xml.str(xx);
io.print(xs);

Index: All
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/atoms/Tests/All,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -u -d -r1.4 -r1.4.4.1
--- All 1 Apr 2007 21:41:24 -0000       1.4
+++ All 21 Aug 2007 13:24:03 -0000      1.4.4.1
@@ -3,3 +3,5 @@
 inet03
 color
 time00
+
+xml100


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to