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
Dear Oda,
I'm sorry that the main and client properties have been separated in the latest version of BaseX; this way, usual clients won't be able to change server properties anymore, but at the same time, properties such as CREATEFILTER are now completely client defined and cannot be stored in the property file anymore.
If some more readers of this mailing list miss this old feature.. please tell us!
Christian ___________________________
On Tue, Aug 2, 2011 at 5:05 PM, Oda 0170003@gmail.com wrote:
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 _______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
Christian,
Thanks for your reply. I understood the specification.
Thank you very much!!
Oda
2011/8/3 Christian Grün christian.gruen@gmail.com:
Dear Oda,
I'm sorry that the main and client properties have been separated in the latest version of BaseX; this way, usual clients won't be able to change server properties anymore, but at the same time, properties such as CREATEFILTER are now completely client defined and cannot be stored in the property file anymore.
If some more readers of this mailing list miss this old feature.. please tell us!
Christian ___________________________
basex-talk@mailman.uni-konstanz.de