1 #################################################################################################
2 #################################################################################################
3 #################################################################################################
5 #################################################################################################
6 #################################################################################################
7 #################################################################################################
12 # Working path of hxsp (loaded from config)
15 # Interface language (loaded from config)
18 # Port to use for hxsp (loaded from config)
21 # Use complete command description on syntax error if ON (loaded from config)
24 # Include XIncludes on the fly if ON (loaded from config)
27 # Max Depth of the DOM tree while parsing
30 # Message sent when hxsp was called without commands (loaded from message.##)
33 # Message sent when hxsp was called with the help command (loaded from message.##)
36 # Message sent when a stylesheet is added (loaded from message.##)
39 # Message sent when a stylesheet is reloaded (loaded from message.##)
42 # Message sent when a stylesheet is removed (loaded from message.##)
45 # Message to print the stylesheet status for list command (loaded from message.##)
48 # Message sent when the list command was called
49 # and there is no stylesheet loaded (loaded from message.##)
52 # Message sent after "home_message" when hxsp was called without commands
53 # and sent after "help_message" when hxsp was called with the help command
54 # and after all syntax errors if "all_usage_synerr" is set ON (loaded from message.##)
57 # All the following syntax errors messages are used #only# if "all_usage_synerr" is set OFF
59 # Message sent on help syntax errors (loaded from message.##)
62 # Message sent on add syntax errors (loaded from message.##)
65 # Message sent on remove syntax errors (loaded from message.##)
68 # Message sent on list syntax errors (loaded from message.##)
71 # Message sent on reload syntax errors (loaded from message.##)
74 # Message sent on apply syntax errors (loaded from message.##)
77 # The error hash contains the error messages to call in case of syntax
78 # or operative errors, the keys are defined by the left value of each line in error##
84 # load operror template
87 # load synerror template
90 # This is the data structure to store the loaded stylesheets (hash of array)
91 # [0] :Styleseet URI , [1] : Loaded styleseet
94 # This is a hash for fast duplicate uri detection