Creating an input script using an XML editor
All scripts that are input of the TriDK XML Setup tool must be written in XML. As such, advanced users can create them using an XML editor.
About this task
All XML scripts must be valid according to the XML schema TriDKSetup.xsd. This schema is part of the standard installation and can be found in $\Appcore\Utilities\TridkXMLSetup\DocTypes\Schema.
- The namespace used is xmlns:tridk="urn:trisoft.be:Tridk:Setup:1.0".
Procedure
- Write an input script using your preferred XML editor.
- Validate the input script to the schema XML Schema TriDKSetup.xsd.