Re: [basex-talk] Nooby/#CitizenScientist REQUEST for HELP: Python implementation of this XQuery

2019-04-10 Thread Jim Salmons
Hi Liam, Thank you! And not at all confusing in terms of babbleness. Those links will certainly help with the nitty-gritty of creating the Python side of preparing the parameterized string of a new entry in the dataset. I will take your thoughts into account when trying to make a next step in

Re: [basex-talk] Nooby/#CitizenScientist REQUEST for HELP: Python implementation of this XQuery

2019-04-10 Thread Liam R. E. Quin
On Wed, 2019-04-10 at 14:52 -0600, Jim Salmons wrote: > [...] I _think_ what you are asking is, how so i interpolate values into a string in Python. If that is correct, then the first Google result for interpolate values into a string in Python is

[basex-talk] Func def & performance: element()* vs item()*

2019-04-10 Thread Chuck Bearden
BaseX is a great tool for analyzing & characterizing large amounts of XML data. I have used it both at work and on personal projects. I hope the following observation is useful. When I define a function that recurs over a sequence of elements in order to build a map of element name counts, I find

[basex-talk] Nooby/#CitizenScientist REQUEST for HELP: Python implementation of this XQuery

2019-04-10 Thread Jim Salmons
To the BaseX Community, I am a 68-year-old #PayItForward cancer-survivor independent #CitizenScientist doing applied research in #DigitalHumanities and #MachineLearning and I need your help, please. And please forgive me for posting such a TL;DR post. I am not lazy nor a dilettante, I am

Re: [basex-talk] Query profiling and debugging support in BaseX

2019-04-10 Thread Reece Dunn
On Wed, 10 Apr 2019 at 16:30, Christian Grün wrote: > A little update: > > • I have added a FULLPLAN option [1]. If it’s enabled, information on > the original query string will be attached to the query plan. > • The output of the session info and the internal XQuery command info > has been

Re: [basex-talk] Query profiling and debugging support in BaseX

2019-04-10 Thread Christian Grün
A little update: • I have added a FULLPLAN option [1]. If it’s enabled, information on the original query string will be attached to the query plan. • The output of the session info and the internal XQuery command info has been aligned (the query plan will now be returned to the database client