I need an xml web editor that uses schema XML documents to control the addition of elements and attributes. For example, providing drop-down lists for subitems when permitted subitems are listed in a schema document. And if the item type is a "date" that provides a date picker.
In addition, it must be extensible, so I can create my own element types. For example, the type is "HTML", which I can define to call the CKEditor instance for editing.
I actually wrote one of them in the past, but not with jquery. I'm going to start all over again, but it looks like it's already possible.
If this is not a complete tool, then any useful libraries that I can use will also be appreciated.
Thank you very much, and I hope this question is not too vague or off topic.
Thanks! Don undeen
source share