Closed a-tze closed 6 years ago
Could you suggest a default?
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:exslt="http://exslt.org/common">
<xsl:template match="//properties">
<job>
<tasks>
<task type="encoding">
</task>
<task type="postencoding">
</task>
</tasks>
</job>
</xsl:template>
</xsl:stylesheet>
/encoding/profile/create should prefill the text box with an empty but syntactically correct XSLT file.