11 lines
155 B
JavaScript
11 lines
155 B
JavaScript
function getProcessor() {
|
|
return "libxml";
|
|
}
|
|
|
|
function getVersion() {
|
|
return "1.0"
|
|
}
|
|
|
|
function init() {
|
|
configurePastingInElement("xmlArea");
|
|
} |