HighTechTalks DotNet Forums  

XQuery Support

Dotnet XML microsoft.public.dotnet.xml


Discuss XQuery Support in the Dotnet XML forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Jim Buchanan
 
Posts: n/a

Default XQuery Support - 12-10-2007 , 06:46 PM






Is it possible to use XQuery 1.0 in a Windows Forms application to read XML
data from local XML document files?

I found a help article referencing an XQueryCommand class and a
System.Xml.Query namespace but I can't find any other support or
documentation for either of these.



Reply With Quote
  #2  
Old   
Martin Honnen
 
Posts: n/a

Default Re: XQuery Support - 12-11-2007 , 07:17 AM






Jim Buchanan wrote:
Quote:
Is it possible to use XQuery 1.0 in a Windows Forms application to read XML
data from local XML document files?

I found a help article referencing an XQueryCommand class and a
System.Xml.Query namespace but I can't find any other support or
documentation for either of these.
The Microsoft .NET framework class library does not have XQuery support.
It has only XPath and XSLT 1.0 support.
However there is Saxon for .NET, an implementation of XPath and XSLT 2.0
and XQuery 1.0: <URL:http://saxon.sourceforge.net/>. So you can use
XQuery 1.0 with .NET, only you need to install Saxon first.


--

Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.