Separated in XML Formatter
This commit is contained in:
11
Frontend/assets/scripts/tools/xmlFormatter.js
Normal file
11
Frontend/assets/scripts/tools/xmlFormatter.js
Normal file
@@ -0,0 +1,11 @@
|
||||
function getProcessor() {
|
||||
return "libxml";
|
||||
}
|
||||
|
||||
function getVersion() {
|
||||
return "1.0"
|
||||
}
|
||||
|
||||
function init() {
|
||||
configurePastingInElement("xmlArea");
|
||||
}
|
||||
Reference in New Issue
Block a user