Skip to content
Snippets Groups Projects
Commit e837cef0 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- add field schemacatalog

- add field debug
parent 8b62d1f0
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<x_fields>
<x_field>
<field_name>catalog</field_name>
<label>Path to XML catalog file</label>
<label>Path to XML catalog file (for DTDs)</label>
<ui_tool_tip>add full path to own XML catalog file</ui_tool_tip>
<mandatory>true</mandatory>
<x_logic_type>String</x_logic_type>
......@@ -21,6 +21,28 @@
<css_class>width40</css_class>
<x_options/>
</x_field>
<x_field>
<field_name>schemacatalog</field_name>
<label>Path to special XML file, representing a namespace-schema mapping</label>
<ui_tool_tip>add full path to own XML namespace-schema mapping file</ui_tool_tip>
<mandatory>true</mandatory>
<x_logic_type>String</x_logic_type>
<x_ui_type>TextField</x_ui_type>
<default_value>/etc/xml/schema_catalog.xml</default_value>
<css_class>width40</css_class>
<x_options/>
</x_field>
<x_field>
<field_name>debug</field_name>
<label>Flag</label>
<ui_tool_tip>if set to "true", adds more info</ui_tool_tip>
<mandatory>false</mandatory>
<x_logic_type>String</x_logic_type>
<x_ui_type>TextField</x_ui_type>
<default_value>false</default_value>
<css_class>width5</css_class>
<x_options/>
</x_field>
</x_fields>
</fr:x_form>
</pl:initParameters>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment