Amazing!
Have to check translation and add new items there.
On Wed, Oct 31, 2018 at 8:14 PM Maximilian Gärber wrote:
> Good news and great work!
>
>
>
>
> Am Mi., 31. Okt. 2018 um 17:34 Uhr schrieb Christian Grün
> :
> >
> > Dear XML and XQuery aficionados,
> >
> > It’s been exactly 5 months
; Christian
>
> [1] http://files.basex.org/releases/latest/
>
>
>
> On Fri, Jun 29, 2018 at 12:37 PM Alexander Shpack
> wrote:
>
>> Thanks!
>>
>> On Fri, Jun 29, 2018 at 1:34 PM Christian Grün
>> wrote:
>>
>>> I see! As XQuery sequence
> "Object..." declaration.
>
> Nevertheless, I will check if we can optimize the static function
> selection without compromising performance.
>
> Best,
> Christian
>
>
>
> On Fri, Jun 29, 2018 at 12:30 PM Alexander Shpack
> wrote:
> >
> > Hi Christian,
Grün
wrote:
> Hi Alex,
>
> How does the signature of the invoked Java function look like?
>
> Best,
> Christian
>
>
>
> On Mon, Jun 18, 2018 at 9:43 PM Alexander Shpack
> wrote:
> >
> > Hey, team!
> >
> > Just simple question. How to pass se
Hi, Alexander,
>
> Some questions:
> After that, how can I perform a search in all of these databases?
> Can I search for substring without fulltext using only text index?
>
> 25.06.2018, 11:56, "Alexander Shpack" :
>
> Hey Vladimir,
>
> You can use sharding ap
ut separated DB. But I'm afraid that this base will also be
> very big in future.
> Although I can try to split data to several databases - one per year..
> Hmm..
>
> 25.06.2018, 11:25, "Alexander Shpack" :
>
> Hey, Vladimir!
>
> Just put this specific file
Hey, Vladimir!
Just put this specific files to the separated DB and than index it.
You can process it automatically, BaseX allows to create and index DB right
from XQuery.
I hope it helps you. Anyhow, you can provide more details about your task
and we can figure out the best solution for you.
Hey, team!
Just simple question. How to pass sequence of string to the java class?
let $values := for $i in (1 to 3) return $i cast to xs:string
return j:exec($values)
In case when local function returns one item all is good. Otherwise j:exec
takes array of item()+, but not the array of stings.
Hey, team!
Just simple question. How to pass sequence of string to the java class?
let $values := for $i in (1 to 3) return $i cast to xs:string
return j:exec($values)
In case when local function returns one item all is good. Otherwise j:exec
takes array of item()+, but not the array of stings.
On Wed, Dec 21, 2016 at 3:46 PM, Christian Grün
wrote:
> > Nope, I don't. It should be implemented in basex server, we are using
> restxq
> > functionality.
>
> If we find working and light-weight alternatives, we could replace the
> original distribution of TagSoup with the new solution. Suggest
On Wed, Dec 21, 2016 at 3:33 PM, Christian Grün
wrote:
> Hi Alex,
>
> Currently, there is no alternative I have in mind. As I assume that
> the original author of TagSoup has stopped development quite a while
> ago, it could indeed be interesting to find alternatives or extended
> versions of the
Hi team!
As you know, TagSoup 1.2.1 doesn't support correct HTML5 tag nesting. For
example, this string
Test
will be parsed as
But html5 code
Test
will be parsed as is.
How to implement in BaseX the html5 support?
I've found this project, but not sure that it's possible to add it into basex
cod
ry-to-string
> [2] http://files.basex.org/releases/latest/
>
>
>
> On Sun, Jun 12, 2016 at 11:06 PM, Alexander Shpack
> wrote:
> > Oh.. right. I forgot about it
> >
> > On Mon, Jun 13, 2016 at 12:02 AM, Christian Grün <
> christian.gr...@gmail.com>
> >
use file:read-binary. Using the browser, you can also upload
> images or other binary contents.
>
>
> > let $csv := csv:parse($content, map{ 'separator': ';', 'header': false()
> } )
> > return $csv
> >
> > What the difference between
the difference between post data and raw file?
On Sun, Jun 12, 2016 at 11:45 PM, Alexander Shpack
wrote:
> Did you always upload the same file?
>
> Yeah
>
>
>> As the error indicates, it seems that your CSV input seems to contain
>> characters that ar
Did you always upload the same file?
Yeah
> As the error indicates, it seems that your CSV input seems to contain
> characters that are not valid in XML. There are various ways to tackle
> this; one looks as follows:
>
> (: interpret client data as Base64 :)
> declare
> %rest:path("/upload
OMG
Basex 8.4.4 returns different error for the browsers
Chrome
[bxerr:BXCO0001] String conversion: Invalid XML character (#18).
FF and IE11
[XPTY0004] Binary expected, xs:string found.
--
s0rr0w
No luck with you code
[XPTY0004] Binary expected, xs:string found.
On Sun, Jun 12, 2016 at 10:50 PM, Christian Grün
wrote:
> > I've tried it, it works. Almost fine. Now I have an issue with encoding.
> > Seems like 'encoding' parameter was not applied
> >
> > let $csv := csv:parse($csv, map{
On Sun, Jun 12, 2016 at 10:26 PM, Christian Grün
wrote:
> > No, browser doesn't want to send file content with this mime type.
>
> If you use the browser to send requests, it may be better to convert
> your data to CSV via XQuery:
>
> csv:parse($input, map {
> "header": false(), "separator"
t;text/comma-separated-values" as Content-Type?
> Am 12.06.2016 8:05 nachm. schrieb "Alexander Shpack" >:
>
>> Thank you, Christian!
>>
>> But it doesn't work as expected
>>
>> declare
>> %rest:path("/upload")
>>
Hi,
I have nonstandard CSV file with semicolon instead of comma as a separator
and cp1251 encoded. Documentation is not clear in this case, and the sample
doesn't work properly
declare
%rest:path("/store.csv")
%rest:POST("{$csv}")
%input:csv("header=true")
function page:store-csv($csv as
est,
> Christian
>
>
> On Fri, Jun 19, 2015 at 5:18 PM, Alexander Shpack
> wrote:
> > Hi BaseX team!
> >
> > How to increase performance of parsing and executing on custom xqm
> module?
> > I have 10K lines of sxq code and it makes huge CPU load on the parsing
> > process.
> >
> > Any ideas?
> >
> > --
> > s0rr0w
>
--
s0rr0w
in the
> GUI, or by using -V on command line.
>
2-3 seconds on slow CPU (Athlon).
If I run one function from the module directly, it works fine. The trouble
in module parsing.
>
> Best,
> Christian
>
>
> On Fri, Jun 19, 2015 at 5:18 PM, Alexander Shpack
> wrote:
> &g
Hi BaseX team!
How to increase performance of parsing and executing on custom xqm module?
I have 10K lines of sxq code and it makes huge CPU load on the parsing
process.
Any ideas?
--
s0rr0w
I replied inline
* Is it the .basex file which is located in "C:\Program Files (x86)\BaseX" ?
>
No, it's located in C:\Users\user\.basex
> * What happens if you start the start menu shortcut "BaseX Server (Start)"?
>
C:/Program Files (x86)/BaseX/.basex: writing new configuration file.
HTTP Ser
ied to reinstall BaseX?
>
> Best,
> Christian
>
>
> On Sat, May 23, 2015 at 9:51 AM, Alexander Shpack
> wrote:
> > Guys, I installed BaseX from .exe installator, not from .zip file.
> >
> >
> >
> > On Sat, May 23, 2015 at 5:06 AM, Erol Akarsu wrot
Then build war file (BaseX82c.war) again and drop it to webapps folder of
> apache tomcat.
>
> Restart apache.
>
> You can access
>
> http://localhost:8080/BaseX82c/dba
>
> http://localhost:8080/BaseX82c/hello/World
>
> Erol Akarsu
>
>
> On Fri, May 22, 2015 at 4:
gt; > RESTXQPATH =
> >
> > If I edit .basex to have:
> >
> > RESTXQPATH = C:/Users/Bunceax/Desktop/basex-8.2/webapp
> >
> > It works again.
> >
> > /Andy
> >
> > On 22 May 2015 at 09:20, Alexander Shpack wrote:
> >>
> >> Hi B
PATH =
> > RESTXQPATH =
> >
> > If I edit .basex to have:
> >
> > RESTXQPATH = C:/Users/Bunceax/Desktop/basex-8.2/webapp
> >
> > It works again.
> >
> > /Andy
> >
> > On 22 May 2015 at 09:20, Alexander Shpack wrote:
> >>
> >> Hi
Hi BaseX team!
It doesn't work, because WEBPATH contains (by default) a path to a local
user's BaseXWeb folder, not to a webapp folder inside BaseX installation
folder
I was confused a bit, why clean installation of 8.2 doesn't work, when 8.1
works fine
Thanks
--
s0rr0w
Hi Christian,
What about redo logs and master/slave replication?
On Tue, Mar 18, 2014 at 2:03 PM, Christian Grün
wrote:
> Dear BaseX aficionados,
>
> An upcoming version of our software (7.9 or 8.0) will make it much
> easier to perform updates and return items at the same time [1]. It
> will
Hi everyone!
Our current project, based on BaseX, was failed on launch, because we
have any practice with optimization for NoSQL databases and take the
bottleneck with write locks, but we take the unbelievable experience
with BaseX.
Today I know, how to get the maximum from this DB
1. Custom que
Hello!
for $i in (1 to 1000)
let $name := 'user_' || $i
return
(
db:create( $name )
)
Is it bug, or normal behavior?
I would like to create little benchmark with multiple databases,
multiple writtings and readings to it.
--
s0rr0w
___
BaseX-Ta
Hi Team!
Oracle DB have very powerful feature for recovery operations
http://docs.oracle.com/cd/B28359_01/server.111/b28310/onlineredo001.htm
Is it possible to realize something similar?
___
BaseX-Talk mailing list
BaseX-Talk@mailman.uni-konstanz.de
htt
Hi Folks!
I had one task with csv parsing and transforming. Main file contains
approximately 100k of nodes.
Transformation process should be in memory only, and I thought, that
in-memory temporary index would be useful for this type of tasks.
Useful scenario
copy $clone := $csvContent
modify
(
Hi!
It would be perfect to take execution feedback from GUI or server.
Execution plan: N nodes
Processed: K nodes
It may help in script optimization and understanding complexity of xQuery task
--
s0rr0w
___
BaseX-Talk mailing list
BaseX-Talk@mailman.un
Hi everyone!
I have a nice idea, how to stop to crack the database, when user use
GUI and server simultaneously.
When GUI will found launched server, every updating functions should
be executed through port, not directly.
User may setup different connections (require list of connections),
select
37 matches
Mail list logo