[Mono-list] Mono/XML/XPath question

Jaroslaw Kowalski jarek@atm.com.pl
Fri, 24 May 2002 16:47:32 +0200 (CEST)


Hi!

I've been trying to run my C# application on Mono, but apparently it's
missing support for XPath, specifically "SelectNodes()" and
"SelectSingleNode()" don't work.

Some questions regarding it:

1. Is there anyone currently implementing XPath queries in mcs?

2. Are they (supposed to be) implemented in C using some existing library
(what?) or it's going to be plain C# code?

3. Are there any plans to provide multiple XML/XPath/XSLT engines 
(for example using MSXML3 on Win32, libxml2, plain-C#) for mono? What do
you think about such an idea?

Jarek