[Mono-devel-list] XQuery

Atsushi Eno atsushi at ximian.com
Tue Oct 26 21:44:43 EDT 2004


Hi,

The source of Mono.Xml.Ext.dll is currently available only from CVS.
Check out mcs from CVS HEAD, and then there is mcs/class/Mono.Xml.Ext
directory.

Currently it is not built during make in mcs. To make it, add
Mono.Xml.Ext to the build target listed in mcs/class/Makefile.

Now there is no documentation (I should write up). Right now,
Mono.Xml.XPath2.XQueryCommandImpl class used to implement
System.Xml.Query.XQueryCommand.

	Load (TextReader, Evidence, object) implemented
	XQueryCommand.Load(TextReader, Evidence). the last
	argument was used to pass XQueryCommand instance itself
	(to propagate events) but pass null right now.

	Execute (XPathNavigator, XmlResolver, XmlArgumentList,
	XmlWriter) implemented XQueryCommand.Execute () of the
	same arguments.

Please feel free to ask anything about it :)

Atsushi Eno


christophe barbe wrote:
> I read in Miguel's summit notes that there is an xquery implementation 
> in Mono.Xml.Ext. 
> I would be interested in playing with it (I understand it's a work in
> progress). Is the implementation depending on CVS mono or can I use mono
> 1.0.1? 
> 
> Christophe
> 




More information about the Mono-devel-list mailing list