简体   繁体   中英

Modification timestamp for documents in a BaseX database

I have a gnu make system, and would like to trigger rules based on updates to documents in a BaseX XML database. In other words, something like archive(member) can be used in gnu make to refer to a member of an archive, I would like to use db(foo.xml) . Or, since that's probably not possible, some workaround involving creating dummy files with the correct timestamps, but I can't even figure out how to retrieve the modification date from a document in a BaseX database.

标记为一个答案是BaseX 维护文件的修改时间。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM