Opened 17 years ago
Closed 17 years ago
#5703 closed (duplicate)
allow RNV as a fallback in XML validation
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Validators | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The attached patch allows using RNV for RELAX-NG compact validation when JING is not available. RNV is a lightweight RELAX-NG validator written in C and distributed under BSD license, available at http://www.davidashen.net/rnv.html.
I believe that having the XML field validation working without a need to install the java runtime could be useful to other Django users as well. RNV is also considerably faster.
Attachments (1)
Change History (2)
by , 17 years ago
comment:1 by , 17 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate, sorta, of #3094.
Note:
See TracTickets
for help on using tickets.
Patch to enable RNV validator