Added XSLTTemplate, functions that add it to transform area and documentation for that function #144
@@ -51,10 +51,13 @@
|
||||
onfocus="clearDefaultContent(this, 'Insert XML here');"></textarea>
|
||||
<br><br>
|
||||
|
||||
<div class="display-space-between">
|
||||
<label for="transformArea"><b>Insert your XSLT:</b></label>
|
||||
<div style="float:right">
|
||||
<button class="action-button active" id="defaultXMLButton" style="padding: 3px 10px;"
|
||||
onclick="fillDefaultXSLT()">Insert default XSLT</button>
|
||||
<div>
|
||||
<button class="action-button active" id="defaultXSLTButton" style="padding: 3px 10px;"
|
||||
onclick="fillDefaultXSLT()">Insert default XSLT
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<textarea id="transformArea" name="transformArea" rows="15"
|
||||
class="textarea-300 bordered-field vertically-resizeable max-width"
|
||||
|
||||
Reference in New Issue
Block a user