Added buttons for default XML in XSD and XSLT

This commit is contained in:
2023-02-20 14:03:50 +01:00
parent d6bacc6b4f
commit b9e2e527fd
2 changed files with 14 additions and 1 deletions

View File

@@ -15,12 +15,19 @@
<div class="headline">
<h1>Online XSLT tester <span class="versionInfo"><span class="version-span">v0.4</span></span></h1>
</div>
<div class="display-space-between">
<div style="text-align: center;">
<label for="processors">Select XSLT processor:</label>
<select name="processors" id="processors">
<option value="saxon">Saxon</option>
<option value="xalan">Xalan</option>
<option value="libxml">libXML</option>
</select>
</div>
<button class="action-button active" id="defaultXMLButton" style="padding: 3px 10px; float: right;"
onclick="fillDefaultXML(this)">Insert default XML</button>
</div>
<span id="processorTooltipInfo">procInfo</span><br>
<br>