admin管理员组文章数量:1319957
I apply html HTML page to edit and send xml on the server. To make it more useful I would like to have HTML based decision with following properties:
- Highlight XML syntax during editing (required);
- Lightweight in size (e.g. 5+ Mb is too much) (required)
- Validate XML on-the-fly or by request (e.g. by button press) (optional)
- Be free (is pretty required, but I'm open for paid decision if it really covers all requirements);
Thanks for any suggestions!
I apply html HTML page to edit and send xml on the server. To make it more useful I would like to have HTML based decision with following properties:
- Highlight XML syntax during editing (required);
- Lightweight in size (e.g. 5+ Mb is too much) (required)
- Validate XML on-the-fly or by request (e.g. by button press) (optional)
- Be free (is pretty required, but I'm open for paid decision if it really covers all requirements);
Thanks for any suggestions!
Share Improve this question edited Feb 22, 2013 at 23:56 Raman asked Feb 22, 2013 at 23:51 RamanRaman 8854 gold badges12 silver badges28 bronze badges1 Answer
Reset to default 6You may wish to check out CodeMirror, which has XML syntax highlighting, autoplete, tag closing, and some other great features.
I'm not certain that CodeMirror includes XML validation per se, but it shouldn't be very difficult to add if you can just use an XmlHttpRequest to send the content to an online XML validation service of some sort.
本文标签: javascriptHTML component for XML editingStack Overflow
版权声明:本文标题:javascript - HTML component for XML editing - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742059667a2418503.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论