Update of /cvsroot/monetdb/pathfinder/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29004

Modified Files:
        xquery.mx 
Log Message:
- my first contribution to the M5/xquery project



U xquery.mx
Index: xquery.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/backends/monet5/xquery.mx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xquery.mx   9 Apr 2009 15:37:44 -0000       1.2
+++ xquery.mx   9 Apr 2009 15:49:06 -0000       1.3
@@ -37,16 +37,16 @@
 @mal
 command shred_url(doc:bat[:str,:bat], url:str, percentage:lng, l:lock, 
verbose:bit) :void
 address XQUERYShredURL
-comment "Shredd an XML document from a URL. Parameters: URL - document located 
at this URL is shredded, percentage - a number [0,100] indicating the amount of 
free space to reserve for updates (percentage=0 leads to a read-only document)"
+comment "Shred an XML document from a URL. Parameters: URL - document located 
at this URL is shredded, percentage - a number [0,100] indicating the amount of 
free space to reserve for updates (percentage=0 leads to a read-only document)"
 
 command shred_str(doc:bat[:str,:bat], buffer:str, percentage:lng, l:lock, 
verbose:bit) : void
 address XQUERYShredStr
-comment "Shredd an XML document from a string. Parameters: buffer - the XML 
string to shred,  percentage - a number [0,100] indicating the amount of free 
space to reserve for updates (percentage=0 leads to a read-only document)"
+comment "Shred an XML document from a string. Parameters: buffer - the XML 
string to shred,  percentage - a number [0,100] indicating the amount of free 
space to reserve for updates (percentage=0 leads to a read-only document)"
 
 
 command shred_stream(doc:bat[:str,:bat], s:stream, percentage:lng, l:lock, 
verbose:bit) : void
 adress XQUERYShredStream
-comment "Shredd an XML document from a stream. Parameters: s - XML input 
stream, percentage - a number [0,100] indicating the amount of free space to 
reserve for updates (percentage=0 leads to a read-only document)"
+comment "Shred an XML document from a stream. Parameters: s - XML input 
stream, percentage - a number [0,100] indicating the amount of free space to 
reserve for updates (percentage=0 leads to a read-only document)"
 
 @h
 #ifndef _XQUERY_H


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to