jOOQ / jOOX

jOOX - The Power of jQuery Applied to W3C DOM Like JDBC, DOM is a powerful, yet very verbose low-level API to manipulate XML. The HTML DOM an be manipulated with the popular jQuery product, in JavaScript. Why don't we have jQuery in Java? jOOX is jQuery's XML parts, applied to Java.
http://www.jooq.org/products
Apache License 2.0
495 stars 43 forks source link

Enhancement: support XML schema validate during parse #168

Open DQinYuan opened 4 years ago

DQinYuan commented 4 years ago

Expected behavior and actual behavior:

Support set XML shcema validation during parse.

Versions:

lukaseder commented 4 years ago

Thank you very much for your suggestion.

What would be the use case for this validation, when using jOOX? Notice that you can easily pass a previously validated org.w3c.dom.Document to JOOX.$(), too.

DQinYuan commented 4 years ago

I got it. Thanks.