You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/quanta/data/toolbars/docbook/xmltools.actions

10 lines
533 B

<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="xmlval.png" type="script" tooltip="Validates XML." name="user_yjCpWx7Rfm" text="XML Validator" >
<script output="message" error="message" input="none" >kmdr-executor -c quanta %scriptdir/xmlval.kmdr</script>
</action>
<action shortcut="" icon="xsltproc.png" type="script" tooltip="" name="user_bmo5dsncZz" text="XSLT Processor" >
<script output="message" error="message" input="none" >kmdr-executor -c quanta %scriptdir/xsltproc.kmdr</script>
</action>
</actions>