jade
Implementation of the DSSSL language
Install
- All systems
-
curl cmd.cat/jade.sh
- Debian
-
apt-get install jade
- Ubuntu
-
apt-get install jade
- Alpine
-
apk add openjade
- Arch Linux
-
pacman -S openjade
- Kali Linux
-
apt-get install openjade
- CentOS
-
yum install openjade
- Fedora
-
dnf install openjade
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install jade
- Raspbian
-
apt-get install jade
- Dockerfile
- dockerfile.run/jade
- Docker
-
docker run cmd.cat/jade jade
powered by Commando
openjade
Implementation of the DSSSL language
OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL language. It is based on James Clark's Jade software. The OpenJade processor, in conjunction with a DSSSL style sheet, is capable of translating SGML documents into other formats. Output formats currently supported are RTF, HTML, MIF, JadeTeX, or an XML representation of the flow object tree. Using its own non-standard system, it is also capable of transforming one SGML or XML DTD to another. Author: The OpenJade Team <[email protected]>
jade
James Clark's DSSSL Engine
Jade is an implementation of the DSSSL style language. The jade engine is a useful tool (in conjunction with a DSSSL style sheet) for translating SGML documents into other formats. Jade can currently generate SGML, RTF, and TeX. In conjunction with the "jadetex" TeX style, it can generate quite nice output. Author: James Clark <[email protected]> Homepage: http://www.jclark.com/jade/