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
That validate function is not compatible with other validators - it gives differing results from libxml2 and xerces for example.
I can also make it go into infinite loop with valid XML documents and certain namespace declarations! I will generate some failing tests at some point and see if I can fix them. It's mainly around namespace prefix handling from what I can see.
Hi!
Validating XML using XSD is a good feature. In xmerl we can see http://erlang.org/doc/man/xmerl_xsd.html#validate-2 . How should I proceed to implement it ?
The text was updated successfully, but these errors were encountered: