[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Native XML Interfaces
yes, It's done, to work with it first you need to install Zorba in your machine http://www.zorba-xquery.com/html/download then use npm to get the binding npm install zorba after that you will be able to use Zorba's JSONiq features within node.js like in this example:
var zorba = require('zorba'); try { var r = zorba.execute("Hello from Zorba for Node");
console.log(r); } catch (e) { console.log("error");
} if you have any trouble or question, please let us know!! -Rodolfo
On Fri, May 31, 2013 at 1:47 PM, daniela florescu <dflorescu@me.com> wrote:
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|