Separated in XML Formatter

This commit is contained in:
2023-05-15 10:58:53 +02:00
parent 92678e57bc
commit 4ebe38ad38
2 changed files with 12 additions and 14 deletions

View File

@@ -0,0 +1,11 @@
function getProcessor() {
return "libxml";
}
function getVersion() {
return "1.0"
}
function init() {
configurePastingInElement("xmlArea");
}