Opened 17 years ago

Closed 16 years ago

#5703 closed (duplicate)

allow RNV as a fallback in XML validation

Reported by: makovick@… 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)

rnv.diff (7.4 KB ) - added by Jindrich Makovicka <makovick@…> 17 years ago.
Patch to enable RNV validator

Download all attachments as: .zip

Change History (2)

by Jindrich Makovicka <makovick@…>, 17 years ago

Attachment: rnv.diff added

Patch to enable RNV validator

comment:1 by Jacob, 16 years ago

Resolution: duplicate
Status: newclosed

Duplicate, sorta, of #3094.

Note: See TracTickets for help on using tickets.
Back to Top