opensp 1.5.2
Suite of SGML/XML processing tools
OpenSP is an object-oriented toolkit for SGML parsing and entity management. It is a fork of James Clark's SP suite. The tools it contains can be used to parse, validate, and normalize SGML and XML files. The central program included in this package is onsgmls
, which replaces sgmls
, ospam
, ospent
, osgmlnorm
, and osx
.
- Outputs:
doc
,out
- Website: https://openjade.sourceforge.net/
- Licenses: non-copyleft
- Package source: gnu/packages/xml.scm
- Builds: See build status
- Issues: See known issues
Installation
Install opensp 1.5.2
as follows:
guix install opensp@1.5.2
Or install the latest version:
guix install opensp
The opensp
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install opensp:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.