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
create benchmarks for the current version and the later ones
rewrite the project in TypeScript
improve the tests (cleanse the old releases from the original tests - replace them with new ones)
enable the ability to parse XSD files to create validators for specific XML-formats
provide full integration with the default parsers.js XML-generator (specifically - capability of INode auto-created by the library from XSD files to be then turned, as is intended, to markup via serialization, through the .toXML() method, or similar)
the ability to parse RELAX NG, among other things, will enable you to create parsers and validators for similar XML-like formats. Enable the possibility of plugging in customized parsers for any element/attribute given as part of the RELAX NG syntax. This'll enable one to handle, for instance, formats that employ css selectors or JavaScript code in their attributes
INodeauto-created by the library from XSD files to be then turned, as is intended, to markup via serialization, through the.toXML()method, or similar)