liveXmlEdit
liveXmlEdit copied to clipboard
LiveXMLEdit is a web-based XML editor which makes use of jQuery's DOM manipulation to edit the actual file.
Please clarify (preferably with a LICENSE file) whether this is GPL, etc, licensed. Thanks!!!
Element values (text) are not displayed in IE (6/7/8). They are in IE9, which supports textContent... Using something like the following snippet solves the problem: function _getNodeValue(node){ var $textNodes =...
When appending nodes to previous sibling's parent, comment nodes must be excluded from processing. Best Regards Winfried
Hi, I have some problems handling CDATA Blocks. I can see that the CDATA is handled as a text node but the raw xml (without CDATA Escape Block) is put...