Added buttons for default XML in XSD and XSLT
This commit is contained in:
@@ -16,13 +16,19 @@
|
|||||||
<h1>Online XSD tester <span class="versionInfo"><span class="version-span">v0.4 BETA</span></span>
|
<h1>Online XSD tester <span class="versionInfo"><span class="version-span">v0.4 BETA</span></span>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="display-space-between">
|
||||||
|
<div style="text-align: center;">
|
||||||
<label for="processors">Select XSLT processor:</label>
|
<label for="processors">Select XSLT processor:</label>
|
||||||
<select name="processors" id="processors">
|
<select name="processors" id="processors">
|
||||||
<option value="xalan">Xalan</option>
|
<option value="xalan">Xalan</option>
|
||||||
<option value="libxml">libXML</option>
|
<option value="libxml">libXML</option>
|
||||||
</select>
|
</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> -->
|
<!-- <span id="processorTooltipInfo">procInfo</span><br> -->
|
||||||
<br>
|
|
||||||
|
|
||||||
<label for="xmlArea"><b>Insert your XML:</b></label>
|
<label for="xmlArea"><b>Insert your XML:</b></label>
|
||||||
<textarea id="xmlArea" name="xmlArea" rows="15"
|
<textarea id="xmlArea" name="xmlArea" rows="15"
|
||||||
|
|||||||
@@ -15,12 +15,19 @@
|
|||||||
<div class="headline">
|
<div class="headline">
|
||||||
<h1>Online XSLT tester <span class="versionInfo"><span class="version-span">v0.4</span></span></h1>
|
<h1>Online XSLT tester <span class="versionInfo"><span class="version-span">v0.4</span></span></h1>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="display-space-between">
|
||||||
|
<div style="text-align: center;">
|
||||||
<label for="processors">Select XSLT processor:</label>
|
<label for="processors">Select XSLT processor:</label>
|
||||||
<select name="processors" id="processors">
|
<select name="processors" id="processors">
|
||||||
<option value="saxon">Saxon</option>
|
<option value="saxon">Saxon</option>
|
||||||
<option value="xalan">Xalan</option>
|
<option value="xalan">Xalan</option>
|
||||||
<option value="libxml">libXML</option>
|
<option value="libxml">libXML</option>
|
||||||
</select>
|
</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>
|
<span id="processorTooltipInfo">procInfo</span><br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user