Merge pull request 'Added buttons for default XML in XSD and XSLT' (#44) from widlam/feature/issue#34 into dev

Reviewed-on: R11/release11-tools-web#44
This commit is contained in:
2023-02-20 15:06:03 +01:00
2 changed files with 14 additions and 1 deletions

View File

@@ -16,13 +16,19 @@
<h1>Online XSD tester <span class="versionInfo"><span class="version-span">v0.4 BETA</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="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>
<label for="xmlArea"><b>Insert your XML:</b></label>
<textarea id="xmlArea" name="xmlArea" rows="15"

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>