You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to get the jquery.xmleditor to work with the exception of conforming to the rules of the associated schema. My schema says that the <title> is required after the root node and occurs only once. However, in the jquery.xmleditor I am able to insert multiple <title> tags after the root. Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered:
Hello @sljohns80. Unfortunately the editor does not currently prevent creation of invalid documents, it only attempts to assist in creating documents. At the time it was created there were not any javascript based xsd validators which supported import of additional schemas, although there may be some now. If you have a backend server which the contents of the editor are submitted to, then validation can happen there, with the results communicated back to the client, but its a bit clunky.
I was able to get the jquery.xmleditor to work with the exception of conforming to the rules of the associated schema. My schema says that the <title> is required after the root node and occurs only once. However, in the jquery.xmleditor I am able to insert multiple <title> tags after the root. Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered: