Dear Michael,
I guess it took more than an eterrnity this time due to other pressing issues, but I just wanted to let you know that I've fixed the glob parser for finding files with more than one dot in the filename…
https://github.com/BaseXdb/basex/issues/41 http://files.basex.org/releases/latest/
All the best, Christian ___________________________
Christian Grün Uni KN, Box 188 78457 Konstanz, Germany http://www.inf.uni-konstanz.de/~gruen
On Sat, Mar 12, 2011 at 7:37 PM, C. M. Sperberg-McQueen cmsmcq@blackmesatech.com wrote:
On Mar 12, 2011, at 10:36 AM, Christian Grün wrote:
Dear Michael, and thanks Gerrit,
.... Some details on the differences before and after Version 6.5: The following glob syntax
*.
now returns all file names without suffixes; it is internally rewritten to the following regex:
'^[^.]*$'
As Gerrit noticed, the rewritten regex for *.xml looks like
'^[^.].*xml$'
Ah, ok. That helps.
This syntax disallows any dots other than the single suffix dot.
As a temporary solution, I'd recommend to try no filter at all (*), include all necessary dots (*.*.*.xml), or use several runs to get all files into the database.
I can live with that. I'm reassured to learn that the difference in behavior is not my imagination, and that there's a way to get what I need.
Thank you for the clarification.
--
- C. M. Sperberg-McQueen, Black Mesa Technologies LLC
- http://www.blackmesatech.com
- http://cmsmcq.com/mib
- http://balisage.net