Re: [basex-talk] Identify Unparseable XML Files in File System

2022-02-26 Thread Eliot Kimber
Graydon, That seems like a good solution. I will pursue it. My only practical wrinkle is that I’m reading from local git clones so I have to make sure I’ve attempted to load any files pulled since the last load before checking for failed-to-load files, but that’s doable of course. Cheers, E.

Re: [basex-talk] Identify Unparseable XML Files in File System

2022-02-26 Thread Graydon
On Sat, Feb 26, 2022 at 02:53:46PM +, Eliot Kimber scripsit: > But maybe there’s a more direct way that I’ve overlooked? If you trust the load process, you can get what's on disk with file:list(), and you can get what's in the system with some variation on collection()/document-uri(). You w

[basex-talk] Identify Unparseable XML Files in File System

2022-02-26 Thread Eliot Kimber
My validation server loads all the XML documents it can from the file system. I have “skipcorrupt” set to true so that non-well-formed documents don’t fail the database creation or update attempt. However, as part of my validation services, I need to be able to report those documents that are n

[basex-talk] CREATEFILTER Setting Not Being Applied

2022-02-26 Thread Eliot Kimber
In my basex/.basex file I have this local option: # Local Options CREATEFILTER=*.xml,*.dita,*.ditamap I have three BaseX instances running. And in the DBA panel for an instance not running on the default port (i.e., on port 10894) I see this in the Local Options column: CREATEFILTER *.xml,*.di

[basex-talk] Integration with LDAP for Authentication?

2022-02-26 Thread Eliot Kimber
For my validation application (now christened “Project Mirabel” after the Encanto character Mirabel Madrigal), I want to add user validation and authentication via connection to our internal LDAP server I think the solution is to build a custom version of BaseX server that replaces the build-in

[basex-talk] Multithreading

2022-02-26 Thread Philip Oliver
There are some very old messages regarding the subject of multithreading in the BaseX server but nothing recent that I can find. With the proliferation of CPUs with large core counts, it seems logical to revisit the topic so that a BaseX server can make efficient use of that resource. Has this b