UNPKG

381 BMarkdownView Raw
1# we-edit-input-json
2An we-edit input type extention supporting xml and json type of data
3
4## design
5The input data can be convert to dom, and then cheerio and transactify dom can be used for parse and editing.
6
7## api: you can extend XMLDocument by implementing the following method
8> dataToDom(data): to convert raw data to dom
9> nodeToString(node): to convert node to string
10
11