[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message]

[announce] XQDT: an XQuery Eclipse plugin, first release

Mukul Gandhi gandhi.mukul at gmail.com
Sat May 10 22:23:30 PDT 2008


  [announce] XQDT: an XQuery Eclipse plugin
I installed the eclipse plugin mentioned. It's cool ...

Following is my first XQuery program with this tool, which worked:

<result>
{
    for $person in doc("../Data/test.xml")/people/person
    return $person/fname
}
</result>

I have a question ...

In the above program, I have specified the path to the XML file as,
../Data/test.xml which works. 'Data' is the directory which the create
project wizard recommends.

But if I specify the expression as, doc("test.xml") etc., I get error:
File 'test.xml' does not exist. In the project properties, I specify
the data directory as, testxq\Data, which generates following
defaultDataDirectory=testxq\\Data in the file, org.xqdt.core.prefs. Is
this usage wrong?


On 5/10/08, Daniela Florescu <http://x-query.com/mailman/listinfo/talk> wrote:
>
>
>
> We are pleased to announce the first release of the XQDT Eclipse plugin
> XQuery Development Toolkit.
>
> http://www.xqdt.org/
>
> XQDT provides the following features:
> Adheres to W3C standards, i.e. XQuery 1.0 and XPath 2.0 and XQuery Update
> Facility 1.0.
> Code highlighting based on semantic analysis.
> As-you-type validation.
> Code completion & code templates.
> Launching and debugging capabilities for Zorba and MXQuery.
> For any questions about the XQDT Eclipse plugin, contact us at
> "eclipse-plugin at xqdt.org".
>
> Best regards,
> Dana Florescu, on behalf of the XQDT Team


-- 
Regards,
Mukul Gandhi


Purchase Stylus Studio Online Today!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.