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

Added Files:
        xml06.mal 
Log Message:
Simplify the XMLelement signature
Add the unary XMLoptions function.


--- NEW FILE: xml06.mal ---
b:= bat.new(:oid,:str);
bat.insert(b,[EMAIL PROTECTED],"Mary Ann Walker");
bat.insert(b,[EMAIL PROTECTED],nil:str);
bat.insert(b,[EMAIL PROTECTED],"Annie Chapman");

io.print(b);
bx:= xml.xml(b);

bc:= xml.options("abscent",bx);
io.print(bc);


-------------------------------------------------------------------------
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