######################################################################## ######################################################################## # # Main config file for hxsp # Author: Alessandro Barzanti (barzu@libero.it) # ######################################################################## ######################################################################## ######################################################################## # Working path of hxsp ######################################################################## #working_path = helm/puwobo working_path = helm/uwobo #working_path = helm/hxsp ######################################################################## # Port to use for hxsp ######################################################################## port = 8080 ######################################################################## # Interface language ######################################################################## language = IT #language = EN ######################################################################## # Use complete command description on syntax error if ON ######################################################################## all_usage_synerr = OFF #all_usage_synerr = ON ######################################################################## # Include XIncludes on the fly if ON ######################################################################## expand_xinc = OFF #expand_xinc = ON ######################################################################## # Max Depth of the DOM tree while parsing ######################################################################## max_depth = 1000 ######################################################################## ######################################################################## ########################################################################