Syntax coloring is now working

This commit is contained in:
2023-04-25 12:05:15 +02:00
parent 008c6259f0
commit 7071aca3a4
2 changed files with 26 additions and 5 deletions

View File

@@ -53,9 +53,7 @@
class="textarea-300 bordered-field vertically-resizeable max-width"
onblur="setDefaultContent(this, 'Insert XML here');"
onfocus="clearDefaultContent(this, 'Insert XML here');"></textarea> -->
<pre>
<code class="language-xml bordered-field" id="xmlBlock" contenteditable="True">Insert XML here</code>
</pre>
<pre><code class="language-xml bordered-field textarea-300" id="xmlArea" contenteditable="True"></code></pre>
<br><br>
<label for="transformArea"><b>Insert your XPath:</b></label>
<textarea id="transformArea" name="transformArea" class="bordered-field vertically-resizeable max-width"