XSLT, Transform - Other
(Extensible Stylesheet Language Transformations) XSLT is a standard subset language of XML designed to allow one XML data structure to be transformed into another. For example, XML files can be transformed into HTML pages (the way this website is made), or into WML for display on Web-enabled mobile phones.
From : www.d3magazine.com/glossary
Jade
Jade is an implementation of the DSSSL style language.
Jade includes the following components:
- An abstract interface to groves. This is designed to be implementable on top of a database, in addition to simple in-memory implementations.
- An in-memory implementation of this interface built with SP.
This is multi-threaded (on Win32 only at the moment): the grove can be accessed before it is complete and access to a property of a node will block until that property becomes available. This allows the style engine to produce output before it has read all the document.
- A style engine that implements the DSSSL style language.
- A command-line application, jade, that combines the style engine with the spgrove grove interface and five backends:
# A backend that generates an XML representation of the flow object tree.
# A backend that generates RTF.
# A backend that generates TeX.
# A backend that generates MIF.
# A backend that generates SGML.
visit
Jade
Jade was visited : 69 times
Loading .....