Download List

Projeto Descrição

NekoDTD is a configuration that parses Document Type Definition (DTD) files and converts the information into an XML document. This representation can then be processed using standard XML processors and applications to perform grammar analysis, convert the DTD into other grammar formats, etc. The current version of NekoDTD can expose DTD information using DOM or SAX, has the ability to "flatten" DTD files, and can convert existing DTD grammars to XML Schema and Relax NG.

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-06-30 12:52
0.1.11

Esta versão adiciona a capacidade de definir o resolvedor entidade em analisadores DTD.
Tags: Minor feature enhancements
This release adds the ability to set the entity resolver on DTD
parsers.

2004-04-01 09:03
0.1.10

Esta versão foi actualizada para trabalhar com Xerces-J 2.6.2, que removeu a classe ObjectFactory do pacote org.apache.xerces.util.
Tags: Minor bugfixes
This release was updated to work with Xerces-J 2.6.2, which removed the ObjectFactory class from the org.apache.xerces.util package.

2003-12-12 20:27
0.1.9

Esta versão adiciona faltam atributos para o elemento parameterEntity, corrige um problema de estilo para gerar o XML Schema que só a saída de declaração de atributo primeiro para cada elemento, e corrige alguns erros na gramática DTD para dtdx.
Tags: Minor bugfixes
This release adds missing attributes to the parameterEntity element, fixes a stylesheet problem for generating XML Schema that would only output the first attribute declaration for each element, and fixes some typos in the DTD grammar for DTDx.

2003-11-14 13:27
0.1.8

Esta versão corrige um bug que não estava se pondo dtdx atributos como especificado.
Tags: Minor bugfixes
This version fixes a bug that was not setting DTDx
attributes as specified.

2003-10-01 00:27
0.1.7

Um shell script dtd2xsd.sh foi adicionada para permitir que os povos do Unix para converter facilmente DTDs para esquemas XML. Uma tarefa Ant DTDs para converter para o formato XML NekoDTD foi adicionado.
Tags: Minor feature enhancements
A dtd2xsd.sh shell script has been added to allow Unix folks to easily convert DTDs to XML schemas. An Ant task to convert DTDs to the NekoDTD XML format has been added.

Project Resources