Re: [basex-talk] BaseX setup under Docker

2019-01-19 Thread Wendell Piez
Alex, thanks for confirming, that is awesome, I'll keep my eye open for the edits. Thanks, Wendell On Fri, Jan 18, 2019 at 4:18 PM Alexander Holupirek wrote: > > > > On 18. Jan 2019, at 22:10, Wendell Piez wrote: > > > > Hello BaseX friends, > > > > So it

[basex-talk] BaseX setup under Docker

2019-01-18 Thread Wendell Piez
be, to add the saxon.jar ... Thanks for any hints. relevant tips or links to Docker help :-) Regards, Wendell -- Wendell Piez | wendell -dot- piez -at- nist -dot- gov | http://www.wendellpiez.com pellucidliterature.org | github.com/wendellpiez | gitlab.coko.foundation/wendell - pausepress.org

Re: [basex-talk] BaseX in maven

2015-02-12 Thread Wendell Piez
. And sorry about being pedantic on using the mailing list. But I truly think many people stumble onto the problems faced with project setup and Maven usage, so I think these people can benefit. I hope this helps. Cheers Dirk On 02/04/2015 06:52 PM, Wendell Piez wrote: Hi again Christian

Re: [basex-talk] BaseX in maven

2015-02-11 Thread Wendell Piez
, Christian Grün christian.gr...@gmail.com wrote: Hi Wendell, I haven't done this by myself (personally, I tend to work with the start scripts), but if you decide to do everything with Maven, it's surely an option to do so! Cheers, Christian On Wed, Feb 11, 2015 at 7:28 PM, Wendell Piez wap

Re: [basex-talk] BaseX in maven

2015-02-08 Thread Wendell Piez
. Maybe we can actually use this and write down some Maven+BaseX Getting started guide in our documentation. Cheers, Dirk On 02/07/2015 08:47 PM, Wendell Piez wrote: Dear Dirk, Thanks for all the input and advice! It is a great deal to digest, but I am sure I will figure it out. My questions

Re: [basex-talk] BaseX in maven

2015-02-07 Thread Wendell Piez
this helps. Cheers Dirk On 02/04/2015 06:52 PM, Wendell Piez wrote: Hi again Christian and Dirk: I should also mention - another goal for me is that things be self-contained enough that I can share the whole thing on github, like here: https://github.com/wendellpiez/Luminescent

Re: [basex-talk] BaseX in maven

2015-02-04 Thread Wendell Piez
and screens as speedily as possible. Thanks again, Wendell On Wed, Feb 4, 2015 at 12:36 PM, Wendell Piez wap...@wendellpiez.com wrote: Dear Christian, Absolutely, the BaseX wiki page helps. The one thing I am stuck on is the selection of the Maven archetype. I vaguely get

Re: [basex-talk] BaseX in maven

2015-02-03 Thread Wendell Piez
versionSAXON-VERSION-YOU-LIKE/version /dependency Cheers, Dirk On 01/18/2015 10:29 PM, Wendell Piez wrote: BaseX friends, If I run BaseX from Maven, do I always get to use the latest BaseX? Do I have to do anything special to set up BaseX in Maven to use SaxonHE instead of Xalan

Re: [basex-talk] Linux lessons

2015-01-19 Thread Wendell Piez
. 8.0 is still not a stable release, so switching to it has the usual risk of using beta software. I think it is about to be release align with XML Prague, so it shouldn't be long until it is out. Cheers, Dirk On 01/18/2015 10:54 PM, Wendell Piez wrote: Dirk and BaseX friends, On Mon

Re: [basex-talk] Linux lessons

2015-01-18 Thread Wendell Piez
a little script which does this for you. Perfect. (I am now seeing what to educate myself on. :-) Will this also work with BaseX 7.9 or what would be an alternative, if $BASEX_JVM is not available? (Or is it time to switch to 8.0?) Cheers, Wendell -- Wendell Piez | http

[basex-talk] BaseX in maven

2015-01-18 Thread Wendell Piez
BaseX friends, If I run BaseX from Maven, do I always get to use the latest BaseX? Do I have to do anything special to set up BaseX in Maven to use SaxonHE instead of Xalan for xslt:transform()? (I have Saxon9he.jar in my BaseX lib.) Thanks! Wendell -- Wendell Piez | http

Re: [basex-talk] Linux lessons

2015-01-07 Thread Wendell Piez
Hi again, Correction: of course, under the composite path, neither path works. Perhaps BaseX can only have a single RestXQ directory at a time? Thanks again for your patience with me. :-) Cheers, Wendell On Wed, Jan 7, 2015 at 5:29 PM, Wendell Piez wap...@wendellpiez.com wrote: Dear BaseX

[basex-talk] Linux lessons

2015-01-07 Thread Wendell Piez
to call Java or can I use the scripts in the basex/bin and pass in a value somehow)? In general, what recommendations can you offer for no-fuss configuration of RestXQ for separate projects? Thanks! Wendell -- Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic publishing Eat Your

Re: [basex-talk] Serializing unescaped xml to string

2013-12-06 Thread Wendell Piez
the text output method it comes out as XML (because it's already been serialized). When using the XML output method, it comes out escaped (as it should be). Cheers, Wendell Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic publishing Eat Your Vegetables

Re: [basex-talk] parse-xml removes CDATA in text content

2013-10-24 Thread Wendell Piez
as well: won't the call to parse the string as XML take just as long as the bare XQuery syntax parse, which is happening in any case? (Of course I have no measurements.) Cheers, Wendell Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic publishing Eat Your Vegetables

Re: [basex-talk] do not interpret text nodes as embedded expressions (Expecting '}' but found...)

2013-10-18 Thread Wendell Piez
Erdal, Escaping the curly braces by doubling them would be the normal way. You ask for a better way; can you be more specific as to what needs to be improved? Would this be an improvement? let $expr := 'main(){int i=0;}' let $x := doc(a{ $expr }/a) return ... Cheers, Wendell Wendell Piez | http

[basex-talk] Caching RestXQ responses

2013-09-23 Thread Wendell Piez
? Is it a Jetty thing? Any advice in general, or links I can go to learn about this? Thanks, Wendell Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic publishing Eat Your Vegetables _oo_o_o___oooo_^ ___ BaseX-Talk

Re: [basex-talk] Mistaken order?

2013-09-02 Thread Wendell Piez
Dear Arve, Ouch! The behavior is indeed as expected in 7.7. It is unexpected (and non-conformant) in 7.7 beta. The saddest thing is that I have 7.7 installed and could have tried it there before posting. :-( Cheers, Wendell Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic

[basex-talk] Mistaken order?

2013-09-01 Thread Wendell Piez
. Where am I going wrong, or is this a bug? Cheers, Wendell Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic publishing Eat Your Vegetables _oo_o_o___oooo_^ ___ BaseX-Talk mailing list BaseX-Talk@mailman.uni

[basex-talk] Efficiencies for batching

2013-08-13 Thread Wendell Piez
a sequence. What's my best approach to this in BaseX? Thanks, Wendell For example, XQuery 3.0 has tumbling windows. Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic publishing Eat Your Vegetables _oo_o_o___oooo_

Re: [basex-talk] Efficiencies for batching

2013-08-13 Thread Wendell Piez
as possible (avoiding known impediments) even before performance testing at scale. Thanks, Wendell Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic publishing Eat Your Vegetables _oo_o_o___oooo_^ On Tue, Aug 13, 2013 at 12:42 PM, Christian Grün

[basex-talk] Binding variables in scripts (bxs)

2013-06-11 Thread Wendell Piez
-- Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic publishing Eat Your Vegetables _oo_o_o___oooo_^ ___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo

Re: [basex-talk] Fwd: whitespace around comments

2013-04-18 Thread Wendell Piez
://mailman.uni-konstanz.de/mailman/listinfo/basex-talk ___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk -- Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic

Re: [basex-talk] Running and configuring update operations outside the GUI

2013-04-17 Thread Wendell Piez
[mailto:basex-talk-boun...@mailman.uni-konstanz.de] De la part de Wendell Piez Envoyé : mardi 16 avril 2013 17:46 À : BaseX Objet : [basex-talk] Running and configuring update operations outside the GUI Hi, I too have a question about database updates, in particular Fabrice's remark

[basex-talk] Fwd: whitespace around comments

2013-04-16 Thread Wendell Piez
Oops -- just sent this to Christian only, when it was meant for the list -- -- Forwarded message -- From: Wendell Piez wap...@wendellpiez.com Date: Tue, Apr 16, 2013 at 11:15 AM Subject: Re: [basex-talk] whitespace around comments To: Christian Grün christian.gr...@gmail.com Hi

[basex-talk] Running and configuring update operations outside the GUI

2013-04-16 Thread Wendell Piez
suggestions for how I can encapsulate the updating logic and also make it configurable externally like this? And run it from the command line or a script for speed and efficiency? Thanks, Wendell -- Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic publishing Eat Your Vegetables

Re: [basex-talk] re-sort database

2013-03-13 Thread Wendell Piez
___ On Wed, Mar 13, 2013 at 3:20 PM, Wendell Piez wap...@wendellpiez.com wrote: Christian, Alternatively, would this be a place one could use a 3.0 window clause? This raises a related question. I have seen a big boost on performance when using 'group by' instead of the classic distinct

Re: [basex-talk] Setting up RESTXQ in more than one place

2013-03-02 Thread Wendell Piez
.. What’s the main reasons for not leaving all RESTXQ files in the restxq (sub)directories? -- Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic publishing Eat Your Vegetables _oo_o_o___oooo_^ ___ BaseX-Talk mailing

Re: [basex-talk] Whitespace anomaly running XSLT from BaseX

2013-03-01 Thread Wendell Piez
? Thanks, Wendell On Fri, Mar 1, 2013 at 5:42 AM, Christian Grün christian.gr...@gmail.com wrote: Hi Wendell, do you have a little code snippet that allows us reproduce the problem? Best, Christian ___ On Thu, Feb 28, 2013 at 9:05 PM, Wendell Piez wap

Re: [basex-talk] Setting up RESTXQ in more than one place

2013-03-01 Thread Wendell Piez
operating systems, but I have hopes as long as everything is NTFS, right? I'm sure you and many readers of this list know the answer to that question, and in any case one can always try.) Thanks again, Wendell -- Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic publishing Eat

Re: [basex-talk] Whitespace anomaly running XSLT from BaseX

2013-03-01 Thread Wendell Piez
(# db:chop no #) { xslt:transform($xml,$xslt) } Hope this helps, Christian [1] http://docs.basex.org/wiki/Options ___ On Fri, Mar 1, 2013 at 3:18 PM, Wendell Piez wap...@wendellpiez.com wrote: Hi Christian, Sure, try this: declare %restxq:path(xslt-ws

[basex-talk] Whitespace anomaly running XSLT from BaseX

2013-02-28 Thread Wendell Piez
Boo! (leading and trailing whitespace trimmed). But I can't duplicate this behavior running BaseX from the GUI. I am sure there is a 'trim' or 'chop' setting somewhere that is allowing this, but I don't know where to look. Any ideas? Thanks, Wendell -- Wendell Piez | http://www.wendellpiez.com

Re: [basex-talk] Whitespace anomaly running XSLT from BaseX

2013-02-28 Thread Wendell Piez
is fine. Cheers, Wendell On Thu, Feb 28, 2013 at 12:18 PM, Dirk Kirsten d...@basex.org wrote: Hello, Please take a look at the CHOP database option, I guess that will fix it: http://docs.basex.org/wiki/Options#CHOP Cheers, Dirk On Thu, Feb 28, 2013 at 5:49 PM, Wendell Piez wap

Re: [basex-talk] RestXQ parameter matching

2013-02-27 Thread Wendell Piez
actually felt that this could be a restriction. Still, I agree that a more powerful path matcher could add flexibility. RESTXQ is still pretty young, so just wait and see how the standard evolves. Best, Christian ___ On Tue, Feb 26, 2013 at 11:20 PM, Wendell Piez wap

[basex-talk] RestXQ parameter matching

2013-02-26 Thread Wendell Piez
, Wendell -- Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic publishing Eat Your Vegetables _oo_o_o___oooo_^ ___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman

Re: [basex-talk] RestXQ parameter matching

2013-02-26 Thread Wendell Piez
html body h1{$id }/h1 /body /html Hitting http://localhost:8984/restxq/test/testing.html, I expect to see testing big and bold. But I see testing.html. Any clue as to what I'm doing wrong? Thanks, Wendell -- Wendell Piez | http://www.wendellpiez.com XML | XSLT

Re: [basex-talk] Whitespace handling on ingest

2013-02-22 Thread Wendell Piez
are welcome, Christan ___ On Wed, Feb 20, 2013 at 5:35 PM, Wendell Piez wap...@wendellpiez.com wrote: Hi, I see the 'CHOP' option, turned on by default, for trimming leading and trailing whitespace and eliminating empty text nodes. What about going further

[basex-talk] Whitespace handling on ingest

2013-02-20 Thread Wendell Piez
be welcome. Thanks! Wendell -- Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic publishing Eat Your Vegetables _oo_o_o___oooo_^ ___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni

Re: [basex-talk] path index does not seem to be used

2013-02-11 Thread Wendell Piez
these optimizations are, or point me to documentation? Or more generally, can you offer any advice for how I should (a) detect related issues, and (b) deal with them? Scrubbing the data on the way in may be an option. Should I be considering that? Thanks, Wendell -- Wendell Piez | http://www.wendellpiez.com

[basex-talk] URI resolver when calling XSLT

2013-01-28 Thread Wendell Piez
/master/src/main/java/org/basex/query/func/FNValidate.java#L183 ___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk -- Wendell Piez | http://www.wendellpiez.com XML | XSLT

[basex-talk] text() vs string()

2013-01-28 Thread Wendell Piez
say? Cheers, Wendell -- Wendell Piez | http://www.wendellpiez.com XML | XSLT | electronic publishing Eat Your Vegetables _oo_o_o___oooo_^ ___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni