Hi,
I have the customized .basex that made from the BaseX 6.6.2.
.basex example
---------------------------------------------------------
# Property File.
# You can set additional options at the end of the file.
...
LANG = English
...
# User defined section
CREATEFILTER = *.xml
---------------------------------------------------------
When I executed the XQJ in the BaseX 6.7.2-SNAPSHOT,
I got the warning messages that "CREATEFILTER(LANG) not found.".
(I changed the defined section of these options, but the phenomenon
didn't change.)
Can't I define the "CREATEFILTER" and "LANG" option on the .basex?
Thanks,
Oda