1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
Source: jing-trang
Priority: extra
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Uploaders: Samuel Thibault <sthibault@debian.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: default-jdk, ant, ant-optional, testng, javacc, libsaxon-java, libxerces2-java, libxalan2-java, libisorelax-java, openoffice.org-java-common, libxml-commons-resolver1.1-java, unicode-data
Standards-Version: 3.9.1
Section: java
Homepage: http://code.google.com/p/jing-trang/
Vcs-Browser: http://git.debian.org/?p=collab-maint/jing.git;a=summary
Vcs-Git: git://git.debian.org/git/collab-maint/jing.git
Package: libjing-java
Architecture: all
Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libxerces2-java, libxalan2-java, libsaxon-java, libisorelax-java
Description: RELAX NG validator - library
This provides a validator for
- RELAX NG 1.0 Specification,
- RELAX NG Compact Syntax, and
- parts of RELAX NG DTD Compatibility, specifically checking of
ID/IDREF/IDREFS.
.
This package contains the Java library
Package: jing
Section: text
Architecture: all
Depends: ${misc:Depends}, default-jre | java2-runtime, libjing-java
Description: RELAX NG validator
This provides a validator for
- RELAX NG 1.0 Specification,
- RELAX NG Compact Syntax, and
- parts of RELAX NG DTD Compatibility, specifically checking of
ID/IDREF/IDREFS.
Package: libtrang-java
Architecture: all
Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libxml-commons-resolver1.1-java
Description: XML schema converter - Java library
Trang converts between different schema languages for XML. It supports the
following languages:
- RELAX NG (XML syntax)
- RELAX NG compact syntax
- XML 1.0 DTDs
- W3C XML Schema
.
This package contains the Java library
Package: trang
Section: text
Architecture: all
Depends: ${misc:Depends}, default-jre | java2-runtime, libtrang-java
Description: XML schema converter
Trang converts between different schema languages for XML. It supports the
following languages:
- RELAX NG (XML syntax)
- RELAX NG compact syntax
- XML 1.0 DTDs
- W3C XML Schema
Package: libdtdinst-java
Architecture: all
Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless
Description: XML DTD to XML instance format converter - Java library
dtdinst converts XML DTDs into XML instance format. The XML instance can be in
either a format specific to DTDinst or RELAX NG format.
.
This package contains the Java library
Package: dtdinst
Section: text
Architecture: all
Depends: ${misc:Depends}, default-jre | java2-runtime, libdtdinst-java
Description: XML DTD to XML instance format converter
dtdinst converts XML DTDs into XML instance format. The XML instance can be in
either a format specific to DTDinst or RELAX NG format.
Package: jing-trang-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Jing Trang and dtdinst documentation
This package provides documentation for libjing-java, libtrang-java, and
libdtdinst-java
Package: xhtml-relaxng
Section: misc
Architecture: all
Depends: ${misc:Depends}
Description: Implementation in RELAX NG of the modularization of XHTML
This package contains an implementataion in RELAX NG of the modularization of
XHTML specified by the Modularization of XHTML Recommendation
.
The RELAX NG schema has not been mechanically derived from the DTDs. Rather,
it has been hand-crafted so as to produce a good quality RELAX NG schema.
However, it may well contain bugs.
|