[basex-talk] XSLT caching

2017-02-04 Thread Tom De Herdt
I was happy to find that BaseX can use Saxon, but as far as I can see, xslt:transform() does not cache compiled stylesheets. Can anyone confirm this? If not, are there any plans to support stylesheet caching in the future? Or is there a way to reuse compiled stylesheets manually? Thanks, Tom De Herdt

Re: [basex-talk] XSLT caching

2017-02-05 Thread Tom De Herdt
, I am not sure if we will completely support it in future. For now, if you know how caching is enabled in Saxon, feel free to provide me with some example code, and I will see if I can easily embed it in our current architecture. Cheers, Christian [1] https://www.w3.org/TR/xpath-functions-31/#fun

Re: [basex-talk] XSLT caching

2017-02-06 Thread Tom De Herdt
d I will see if I can easily embed it in our current architecture. Cheers, Christian [1] https://www.w3.org/TR/xpath-functions-31/#func-transform On Sun, Feb 5, 2017 at 1:52 AM, Tom De Herdt wrote: Hi all, I'm evaluating BaseX as an alternative (and very attractive) platform for an XML

Re: [basex-talk] XSLT caching

2017-02-18 Thread Tom De Herdt
e feedback if the chosen solution reasonably speeds up your transformations. Christian [1] http://files.basex.org/releases/latest/ _ query.xq ___ xslt:init(), let $style := 'xslt.xslt' for $cache in (true(), false()) return prof:time( for $x in 1 to 1000 return xslt:transform(, $st

[basex-talk] random items not sorted

2021-11-24 Thread Tom De Herdt
ooking something. Any ideas? Thanks, Tom De Herdt