Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   XML (http://www.velocityreviews.com/forums/f32-xml.html)
-   -   XQuery ( XML Query ) (http://www.velocityreviews.com/forums/t169441-xquery-xml-query.html)

FBS 06-08-2005 01:46 PM

XQuery ( XML Query )
 
Hi everybody,

I wonder if somebody could help me with this issue.

I would like to rum some XQuery codes aginst my XML files and since I'm
quite new in this area I'm not sure what to do. It is not complicated ( I
have even seen some XQuery examples on the Web ) just listing the values for
some elements for instance. But what I need to know is, first of all, if I
need to download anything?

Where do I put the XQuery codes? I mean could I put it in the html file or
do I have to put it in for instance java code?
Please advise me with the easiest way, I just want to see it work.

best regards,
/Farzad




Martin Honnen 06-08-2005 01:56 PM

Re: XQuery ( XML Query )
 


FBS wrote:


> I wonder if somebody could help me with this issue.
>
> I would like to rum some XQuery codes aginst my XML files and since I'm
> quite new in this area I'm not sure what to do. It is not complicated ( I
> have even seen some XQuery examples on the Web ) just listing the values for
> some elements for instance. But what I need to know is, first of all, if I
> need to download anything?
>
> Where do I put the XQuery codes? I mean could I put it in the html file or
> do I have to put it in for instance java code?
> Please advise me with the easiest way, I just want to see it work.


XQuery is still under development, you will have to look at an existing
implementation, one of them is Saxon (currently in version 8) which you
can find here:
<http://saxon.sourceforge.net/#F8.4SA>
But there are other implementations, you will have to decide on what
platform and with what tools you want to run XQuery and then choose an
implementation.

--

Martin Honnen
http://JavaScript.FAQTs.com/


All times are GMT. The time now is 12:44 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57