Hi ,
I am evaluating baseX for my xml based application. I am trying to load my schema files in baseX through command line. (ADD command).
It throws following error "Too many different namespaces (limit: 256)"
Is there any way I can increase this limit or am I doing something wrong.
Can somebody help me out.....
Thanks Samby
Hi Samby,
all you can currently do is waiting for someone to take care of an open feature request in our issue tracker [1]. If the amount of data to be processed is small enough to be iteratively processed, you can also use XQuery to loop through all documents on disk:
for $doc in collection('....) return ( $doc/do/something/with/it )
Sorry for that, Christian
[1] https://github.com/BaseXdb/basex/issues/902
On Thu, Aug 14, 2014 at 12:38 PM, IrisDeveloper development developeratiris@gmail.com wrote:
Hi ,
I am evaluating baseX for my xml based application. I am trying to load my schema files in baseX through command line. (ADD command).
It throws following error "Too many different namespaces (limit: 256)"
Is there any way I can increase this limit or am I doing something wrong.
Can somebody help me out.....
Thanks Samby
Thanks Christian, But can you let me know when it will get fix. Because this is very much important for my application.
On Thu, Aug 14, 2014 at 4:16 PM, Christian Grün christian.gruen@gmail.com wrote:
Hi Samby,
all you can currently do is waiting for someone to take care of an open feature request in our issue tracker [1]. If the amount of data to be processed is small enough to be iteratively processed, you can also use XQuery to loop through all documents on disk:
for $doc in collection('....) return ( $doc/do/something/with/it )
Sorry for that, Christian
[1] https://github.com/BaseXdb/basex/issues/902
On Thu, Aug 14, 2014 at 12:38 PM, IrisDeveloper development developeratiris@gmail.com wrote:
Hi ,
I am evaluating baseX for my xml based application. I am trying to load
my
schema files in baseX through command line. (ADD command).
It throws following error "Too many different namespaces (limit: 256)"
Is there any way I can increase this limit or am I doing something wrong.
Can somebody help me out.....
Thanks Samby
Hi Samby,
it may be fixed as soon as we find some sponsoring for it (as it requires the storage structures to be extended, it's not a trivial one..).
Best, Christian
On Thu, Aug 14, 2014 at 4:00 PM, IrisDeveloper development developeratiris@gmail.com wrote:
Thanks Christian, But can you let me know when it will get fix. Because this is very much important for my application.
On Thu, Aug 14, 2014 at 4:16 PM, Christian Grün christian.gruen@gmail.com wrote:
Hi Samby,
all you can currently do is waiting for someone to take care of an open feature request in our issue tracker [1]. If the amount of data to be processed is small enough to be iteratively processed, you can also use XQuery to loop through all documents on disk:
for $doc in collection('....) return ( $doc/do/something/with/it )
Sorry for that, Christian
[1] https://github.com/BaseXdb/basex/issues/902
On Thu, Aug 14, 2014 at 12:38 PM, IrisDeveloper development developeratiris@gmail.com wrote:
Hi ,
I am evaluating baseX for my xml based application. I am trying to load my schema files in baseX through command line. (ADD command).
It throws following error "Too many different namespaces (limit: 256)"
Is there any way I can increase this limit or am I doing something wrong.
Can somebody help me out.....
Thanks Samby
basex-talk@mailman.uni-konstanz.de