Update of /cvsroot/monetdb/sql/src/test/XML/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16528/Tests

Modified Files:
        xml.sql 
Log Message:
add more examples


Index: xml.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/XML/Tests/xml.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xml.sql     5 Sep 2007 08:27:25 -0000       1.2
+++ xml.sql     9 Sep 2007 09:35:08 -0000       1.3
@@ -41,3 +41,10 @@
         from Projects p
        where p.CustId = c.CustId) )) as "customer_projects"
 from Customers c;
+
+select 
+  xmlelement(name "Customer",
+  xmlattributes(c.CustId as "id"), 
+  xmlcomment('simple comment test'))
+from Customers c;
+


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to