Re: I've been curious out XQuery



Comparing XQuery vs XPath 2.0:

XQuery 1.0 = XPath 2.0 - (sibling, ancestor and namespace axes) + element
construction + variable binding + order by + user-defined functions + Prolog
(namespace binding etc.)

I expect that 60% of the XQuery 1.0 queries written will also be valid XPath
2.0 queries (disregarding the namespace bindings in the XQuery prolog).

Best regards
Michael

"Robbe Morris [C# MVP]" <info@xxxxxxxxxxxxxxxx> wrote in message
news:%23kTfxQrTFHA.2680@xxxxxxxxxxxxxxxxxxxxxxx
> XPath is pretty powerful. What is it that XQuery can
> do that I can't already do with XPath? What makes it
> so crucial that we have it?
>
> Enlighten me...
>
> --
> 2005 Microsoft MVP C#
> Robbe Morris
> http://www.robbemorris.com
> http://www.masterado.net/home/listings.aspx
>
>
>
> "Tony Lavinio" <stylusstudio@xxxxxxxxxxxxxxxx> wrote in message
> news:Ntcce.11489$f6.6526@xxxxxxxxxxx
>> Dear SQL Server users on microsoft.public.sqlserver.xml,
>>
>> Microsoft recently announced that they are dropping XQuery from
>> their next release of the .NET Framework, 2.0 (Whidbey). Since
>> Microsoft ships .NET Framework only every 3 or so years, cutting
>> XQuery from Whidbey means that the next opportunity for XQuery
>> to find its way into .NET Framework won't be until around 2009,
>> and even then it's far from a sure thing. That's why it's so
>> important that the community of XQuery developers makes XQuery a
>> priority for Microsoft.
>>
>> Stylus Studio believes that XQuery's has broader applicability
>> then just an XML querying language but is also an important
>> mid-tier data integration and Web service enabling technology,
>> and therefore should not be dropped from the Microsoft .NET 2.0
>> Framework. Many Microsoft MVP's agree and Stylus Studio is
>> asking for any developer who shares this vision and to sign the
>> petition online at: http://www.stylusstudio.com/xqueryforall/
>>
>> --
>> Sincerely,
>> Tony Lavinio
>> Stylus Studio Principal Software Architect
>> http://www.stylusstudio.com/
>
>


.



Relevant Pages

  • Re: Ive been curious out XQuery
    ... What is a user-defined function for XQuery? ... 2004 and 2005 Microsoft MVP C# ... > XPath 2.0 queries (disregarding the namespace bindings in the XQuery ... >> Robbe Morris ...
    (microsoft.public.sqlserver.xml)
  • Ive been curious out XQuery
    ... XPath is pretty powerful. ... What is it that XQuery can ... > Microsoft recently announced that they are dropping XQuery from ... Many Microsoft MVP's agree and Stylus Studio is ...
    (microsoft.public.sqlserver.xml)
  • XPath 2.0 expression from XQuery?
    ... I've got a valid XQuery expression that I need to convert to XPath ... This expression will be stored in a resource file and applied to ... how can I convert this to an XPath 2.0 expression? ... GEOGRAPHY: ALTREGION: Near East ...
    (comp.text.xml)
  • Re: simple command line XML node manipulation tool?
    ... manipulate XML files. ... as arguments or input script file), a bit of xpath ... The XQuery would be something like this: ...
    (comp.text.xml)
  • Re: Native Xml Databases
    ... How do they compare with ordinary dbs? ... if you can do you process with XQuery, XPath and XUpdate you might consider to use it. ...
    (comp.lang.java.databases)