Re: [basex-talk] many distinct namespaces

2018-10-31 Thread Imsieke, Gerrit, le-tex

Hi Sergei,

The corresponding issue will turn 5 next March: 
https://github.com/BaseXdb/basex/issues/902


If you are an XML developer who wants to index all the XML, XSLT, XProc, 
RNG, XSD, Schematron, etc. files on your hard disk in an XML database, 
chances are that you’ll need more than 256 namespaces.


I’m willing to shell out up to 1,200 Euros (plus VAT) out of my own 
pockets for this feature. Any other funders?
Christian, how much do we need to raise collectively for you to 
prioritize storage layout redesign?


Gerrit

On 31.10.2018 22:47, Сергей Чесноков wrote:


Hi all,

Is it possible to bypass the following restriction (I cannot change 
"ep_ins_med_q.xsd" (Central Bank xbrl scheme))?:


BaseX 9.1

Command:
CREATE DB bfo 
D:/portal/xbrl/CBR/final_1_3_1/Taxonomy_1_3_1/www.cbr.ru/xbrl/bfo/

Error:
"D:/portal/xbrl/CBR/final_1_3_1/Taxonomy_1_3_1/www.cbr.ru/xbrl/bfo/rep/2018-03-31/ep/ep_ins_med_q.xsd""ep_ins_med_q.xsd" 
(Line 21): Too many distinct namespaces (limit: 256).


Best regards, Sergei.


--
Gerrit Imsieke
Geschäftsführer / Managing Director
le-tex publishing services GmbH
Weissenfelser Str. 84, 04229 Leipzig, Germany
Phone +49 341 355356 110, Fax +49 341 355356 510
gerrit.imsi...@le-tex.de, http://www.le-tex.de

Registergericht / Commercial Register: Amtsgericht Leipzig
Registernummer / Registration Number: HRB 24930

Geschäftsführer / Managing Directors:
Gerrit Imsieke, Svea Jelonek, Thomas Schmidt


[basex-talk] many distinct namespaces

2018-10-31 Thread Сергей Чесноков

Hi all,

Is it possible to bypass the following restriction (I cannot change 
"ep_ins_med_q.xsd" (Central Bank xbrl scheme))?:

BaseX 9.1

Command:
CREATE DB bfo D:/portal/xbrl/CBR/final_1_3_1/Taxonomy_1_3_1/www.cbr.ru/xbrl/bfo/
Error:
"D:/portal/xbrl/CBR/final_1_3_1/Taxonomy_1_3_1/www.cbr.ru/xbrl/bfo/rep/2018-03-31/ep/ep_ins_med_q.xsd""ep_ins_med_q.xsd"
 (Line 21): Too many distinct namespaces (limit: 256).

Best regards, Sergei.


Re: [basex-talk] BaseX 9.1: The Autumn Edition

2018-10-31 Thread Maximilian Gärber
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 ago when BaseX 9 was released, and we are
> happy to announce version 9.1 of our XML framework, database system
> and XQuery 3.1 processor! The latest release is online:
>
>   http://basex.org
>
> The most exciting addition is support for WebSockets, which enable you
> to do bidirectional (full-duplex) client/server communication with
> XQuery web applications:
>
>   http://docs.basex.org/wiki/WebSockets
>
> Moreover, we have added convenient syntax extensions (ternary if,
> Elvis operator, if without else) to XQuery. Some of them may be made
> available in other implementations of XQuery as well (we’ll keep you
> updated):
>
>   http://docs.basex.org/wiki/XQuery_Extensions#Expressions
>
> Other new features are as follows:
>
> XQuery:
> - set local locks via pragmas and function annotations
> - Database Module: faster processing of value index functions
> - Jobs Module: record and return registration times
> - ENFORCEINDEX option: support for predicates with dynamic values
> - Update Module, update:output: support for caching maps and arrays
>
> GUI:
> - Mac, Windows: Improved rendering support for latest Java versions
> - XQuery editor: choose and display current query context
>
> Visit http://docs.basex.org to get more information on the added features.
>
> Your feedback is welcome! Have fun,
>
> Christian
> BaseX Team


Re: [basex-talk] BaseX 9.1: The Autumn Edition

2018-10-31 Thread Marco Lettere

CHEERS!

M.

On 31/10/18 17:34, Christian Grün wrote:

Dear XML and XQuery aficionados,

It’s been exactly 5 months ago when BaseX 9 was released, and we are
happy to announce version 9.1 of our XML framework, database system
and XQuery 3.1 processor! The latest release is online:

   http://basex.org

The most exciting addition is support for WebSockets, which enable you
to do bidirectional (full-duplex) client/server communication with
XQuery web applications:

   http://docs.basex.org/wiki/WebSockets

Moreover, we have added convenient syntax extensions (ternary if,
Elvis operator, if without else) to XQuery. Some of them may be made
available in other implementations of XQuery as well (we’ll keep you
updated):

   http://docs.basex.org/wiki/XQuery_Extensions#Expressions

Other new features are as follows:

XQuery:
- set local locks via pragmas and function annotations
- Database Module: faster processing of value index functions
- Jobs Module: record and return registration times
- ENFORCEINDEX option: support for predicates with dynamic values
- Update Module, update:output: support for caching maps and arrays

GUI:
- Mac, Windows: Improved rendering support for latest Java versions
- XQuery editor: choose and display current query context

Visit http://docs.basex.org to get more information on the added features.

Your feedback is welcome! Have fun,

Christian
BaseX Team





[basex-talk] BaseX 9.1: The Autumn Edition

2018-10-31 Thread Christian Grün
Dear XML and XQuery aficionados,

It’s been exactly 5 months ago when BaseX 9 was released, and we are
happy to announce version 9.1 of our XML framework, database system
and XQuery 3.1 processor! The latest release is online:

  http://basex.org

The most exciting addition is support for WebSockets, which enable you
to do bidirectional (full-duplex) client/server communication with
XQuery web applications:

  http://docs.basex.org/wiki/WebSockets

Moreover, we have added convenient syntax extensions (ternary if,
Elvis operator, if without else) to XQuery. Some of them may be made
available in other implementations of XQuery as well (we’ll keep you
updated):

  http://docs.basex.org/wiki/XQuery_Extensions#Expressions

Other new features are as follows:

XQuery:
- set local locks via pragmas and function annotations
- Database Module: faster processing of value index functions
- Jobs Module: record and return registration times
- ENFORCEINDEX option: support for predicates with dynamic values
- Update Module, update:output: support for caching maps and arrays

GUI:
- Mac, Windows: Improved rendering support for latest Java versions
- XQuery editor: choose and display current query context

Visit http://docs.basex.org to get more information on the added features.

Your feedback is welcome! Have fun,

Christian
BaseX Team