[xquery-talk] xml large file

fatma helmy fatmahelmy2000 at yahoo.com
Thu Apr 13 20:00:51 PDT 2006


about the following recursive function

declare function local:pathOfNode($node)
{if(empty($node/..)) then ""  else
concat(local:pathOfNode($node/..), "/",
local-name($node))};
let $j:= doc("book_sample.xml")
let $paths := for $n in  $j//* return
local:pathOfNode($n)

I tried to run it on stylus studio professional
edition evaluation version 6. actually now, the trial
period is over, i need to extend it.
so
do you know how to extend the period of trial?
also, are there any problems in stylus studio to
support 11M xml file? should i install another xquery engine?



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the talk mailing list