Update of /cvsroot/monetdb/sql/src/test/sql_xml/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20897/src/test/sql_xml/Tests

Modified Files:
        funcs.sql 
Log Message:
XML namespaces are represented as XML attributes, i.e. using the XML type.

U funcs.sql
Index: funcs.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/sql_xml/Tests/funcs.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- funcs.sql   3 Oct 2007 14:06:33 -0000       1.2
+++ funcs.sql   30 Oct 2008 10:12:40 -0000      1.3
@@ -7,7 +7,7 @@
 CREATE FUNCTION pi (nme STRING, val STRING) RETURNS xml external name xml.pi;
 CREATE FUNCTION root (val STRING, version STRING, standalone STRING) RETURNS 
xml external name xml.root;
 CREATE FUNCTION attribute (nme STRING, val STRING) RETURNS xml external name 
xml.attribute;
-CREATE FUNCTION "element" (nme STRING, ns STRING, attr xml, s xml) RETURNS xml 
external name xml.element;
+CREATE FUNCTION "element" (nme STRING, ns xml, attr xml, s xml) RETURNS xml 
external name xml.element;
 CREATE FUNCTION concat (val1 xml, val2 xml) RETURNS xml external name 
xml.concat;
 CREATE FUNCTION forest (val1 xml, val2 xml) RETURNS xml external name 
xml.forest;
 CREATE FUNCTION isdocument (val STRING) RETURNS xml external name 
xml.isdocument;


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to