22 ms·
I'd like something like this for XML.
by d55 12y ago
I'd like something like this for XML.
- jerf 12y agoI've seen attempts at it before. It gets pretty complicated, because of attribute/content split. You're basically choosing between something so generic and complicated it's hardly any better than a validating text editor with autocomplete, or something so cut down that it is by default specialized to its use case, in which case it is basically just a specialized editor of some sort that happens to serialize to XML, which is common, and no longer is a "general XML editor".
- d55 12y agoI know. This project uses a json schemas which are somewhat similar so xml schemas though. Maybe a converter could be developed.