Django

Code

Ticket #5703 (closed: duplicate)

Opened 1 year ago

Last modified 9 months ago

allow RNV as a fallback in XML validation

Reported by: makovick@gmail.com Assigned to: nobody
Milestone: Component: Validators
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

rnv.diff (7.4 kB) - added by Jindrich Makovicka <makovick@gmail.com> on 10/08/07 05:09:14.
Patch to enable RNV validator

Change History

10/08/07 05:09:14 changed by Jindrich Makovicka <makovick@gmail.com>

  • attachment rnv.diff added.

Patch to enable RNV validator

03/02/08 09:57:24 changed by jacob

  • status changed from new to closed.
  • needs_better_patch changed.
  • resolution set to duplicate.
  • needs_tests changed.
  • needs_docs changed.

Duplicate, sorta, of #3094.


Add/Change #5703 (allow RNV as a fallback in XML validation)




Change Properties
Action