Download List

Descripción del Proyecto

RNV is an implementation of Relax NG Compact
Syntax validator. It is written in ANSI C and the
command-line utility uses Expat. It is a part of
an on-going work, and the current code may have
bugs and shortcomings; however, it validates
documents against a number of grammars.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-01-23 21:03
1.4.2

Esta versión corrige un error en el analizador de la gramática que puede causar un error de aserción durante el procesamiento de "padre" de los patrones.
Tags: Minor bugfixes
This release fixes a bug in the grammar parser which might cause
an assertion failure during processing of "parent" patterns.

2004-01-12 16:41
1.4.0

Para facilitar la incorporación de RNV en entornos heterogéneos, se creó RVP. RVP es una tubería que espera que los primitivos de validación en un extremo y emite el diagnóstico de validación de la otra. Ejemplos incrustación en Perl y Python son proporcionados. Esto proporciona una rápida y compatible con soluciones de validación Relax NG para estos idiomas. Varios cambios se han hecho a los módulos básicos, sobre todo para proporcionar una mejor separación de las capas.
Tags: Major feature enhancements
To facilitate the embedding of RNV into
heterogeneous environments, RVP was created. RVP
is a pipe that expects validation primitives on
one end and emits validation diagnostics from the
other. Embedding examples in Perl and Python are
provided. This provides fast and compliant Relax
NG validation solutions for these languages.
Several changes have been made to the core
modules, mostly to provide better separation of
layers.

2004-01-06 16:46
1.3.5

Se introdujeron cambios en RNV y ARX para apoyar UTF-8.
Tags: Minor bugfixes
Changes were made to rnv and arx in order to
support UTF-8.

2004-01-03 23:04
1.3

Este comunicado tiene un rendimiento muchas mejoras de conveniencia. Patrón piscinas son matrices unidimensionales, que ahorra espacio y ofrece un mejor rendimiento. Modo Pass-Through se ha añadido a facilitar el uso de RNV en las tuberías. ARX, una utilidad para asociar automáticamente los documentos y gramáticas, se incluye ahora en la distribución. Un simple plugin para Vim es siempre, para utilizar RNV con el editor. El script usa ARX para elegir automáticamente la gramática de un documento.
Tags: Major feature enhancements
This release has many performance and convenience enhancements. Pattern pools are now one-dimensional arrays, which conserves space and gives better performance. Pass-through mode has been added to facilitate use of rnv in pipes. ARX, a utility to automatically associate documents and grammars, is now included in the distribution. A simple plugin for Vim is provided, to use RNV with the editor. The script uses ARX to automatically choose the grammar for a document.

2003-12-26 17:45
1.2

Los tipos de datos de esquema XML se han ejecutado, el informe de errores se ha modificado (espero que haya quedado claro y coherente), el rendimiento ha mejorado, y los errores han sido corregidos.
Tags: Major feature enhancements
The XML Schema datatypes have been implemented, error reporting has been
reworked (it has hopefully become clear and consistent), performance has
improved, and bugs have been fixed.

Project Resources