Move logic from dom to xml module

This commit is contained in:
Björn Harrtell
2020-01-05 13:12:27 +01:00
parent 5b661ed84c
commit 05a5f162d4
3 changed files with 26 additions and 27 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
/**
* @module ol/format/xsd
*/
import {getDocument} from '../dom.js';
import {getAllTextContent} from '../xml.js';
import {getAllTextContent, getDocument} from '../xml.js';
import {padNumber} from '../string.js';