Update of /cvsroot/monetdb/MonetDB5/src/modules/atoms/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6248/Tests
Modified Files:
xml100.mal
Log Message:
A round of filling the bodies of the XML scalar functions.
Index: xml100.mal
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/atoms/Tests/xml100.mal,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xml100.mal 20 Aug 2007 21:38:46 -0000 1.1
+++ xml100.mal 24 Aug 2007 06:50:06 -0000 1.2
@@ -5,9 +5,11 @@
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);
+xp:= xml.element("person",bx);
+sp:= xml.str(xp); io.print(sp);
+xh:= xml.element("hair",nil:str,nil:str,cx);
+sp:= xml.str(xh); io.print(sp);
-xx:= xml.element("row",nil:bat[:oid,:str],nil:xml,xp,xh);
+xx:= xml.forest(xp,xh);
xs:= xml.str(xx);
io.print(xs);
-------------------------------------------------------------------------
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