Hacker News new | ask | show | jobs
by d55 4385 days ago
I'd like something like this for XML.
1 comments

I'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".
I know. This project uses a json schemas which are somewhat similar so xml schemas though. Maybe a converter could be developed.