nekohtml:nekodtd

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. For example, using an XSLT stylesheet, the XML representation of the DTD can be converted to an equivalent XML Schema or Relax NG grammar. The NekoDTD parser configuration is written using the Xerces Native Interface (XNI) that is the foundation of the Xerces2 implementation. This enables you to use NekoDTD with existing XNI tools without modification or rewriting code.

License

License

GroupId

GroupId

nekohtml
ArtifactId

ArtifactId

nekodtd
Last Version

Last Version

0.1.11
Release Date

Release Date

Type

Type

jar
Description

Description

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. For example, using an XSLT stylesheet, the XML representation of the DTD can be converted to an equivalent XML Schema or Relax NG grammar. The NekoDTD parser configuration is written using the Xerces Native Interface (XNI) that is the foundation of the Xerces2 implementation. This enables you to use NekoDTD with existing XNI tools without modification or rewriting code.
Project URL

Project URL

http://people.apache.org/~andyc/neko/doc/dtd/index.html

Download nekodtd

How to add to project

<!-- https://jarcasting.com/artifacts/nekohtml/nekodtd/ -->
<dependency>
    <groupId>nekohtml</groupId>
    <artifactId>nekodtd</artifactId>
    <version>0.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/nekohtml/nekodtd/
implementation 'nekohtml:nekodtd:0.1.11'
// https://jarcasting.com/artifacts/nekohtml/nekodtd/
implementation ("nekohtml:nekodtd:0.1.11")
'nekohtml:nekodtd:jar:0.1.11'
<dependency org="nekohtml" name="nekodtd" rev="0.1.11">
  <artifact name="nekodtd" type="jar" />
</dependency>
@Grapes(
@Grab(group='nekohtml', module='nekodtd', version='0.1.11')
)
libraryDependencies += "nekohtml" % "nekodtd" % "0.1.11"
[nekohtml/nekodtd "0.1.11"]

Dependencies

compile (4)

Group / Artifact Type Version
xerces : xercesImpl jar 2.8.0
xml-apis : xml-apis jar 1.0.b2
xerces : xercesSamples Optional jar 2.8.0
ant : ant Optional jar 1.6.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.11