Re: [basex-talk] recusive subdirectory suggestion

2012-07-13 Thread Michael Seiferle
Dear Kurt, thanks for the Kudos and thanks for your suggestion as well. As a quick solution you could do the following (entirely in XQuery ;-)): Use file:list($dir, false(), "*.xml") [1] to retrieve a sequence of files without recursing into a subdirectory. Then either (1) Iterate ove

[basex-talk] recusive subdirectory suggestion

2012-07-12 Thread Kurt Conrad
First, I just downloaded and used BaseX to audit and report a variety of parent contexts across a set of about 2,500 XML documents. It was very painless. Many thanks. Second, I couldn't find a way to prevent recursive indexing of subdirectories. If the feature doesn't exist, it would be handy.