Move logic from dom to xml module
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user