XPath Filename Expansion in a Unix Shell

Recently I found the paper "XPath Filename Expansion in a Unix Shell" (HTML, PDF) by Kaspar Giger and Erik Wilde. I'm pleased the authors have referenced my developments ("find with XPath over file system").

Unfortunately, my writings sometimes aren't clear, and therefore misleading. In particular, the authors concluded that my implementation limits the depth. Actually, there is no limit, my implementation is lazy, and internal structures are created on the fly. Possibility to limit depth is the inheritance of the original utility "find".

Categories: Generative XML

Updated: