top | item 7877153

(no title)

d55 | 11 years ago

I'd like something like this for XML.

discuss

order

jerf|11 years ago

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".

d55|11 years ago

I know. This project uses a json schemas which are somewhat similar so xml schemas though. Maybe a converter could be developed.