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