Vai al contenuto

Extensible Stylesheet Language

Da Wikipedia, l'enciclopedia libera.
Versione del 27 nov 2004 alle 20:49 di Lopo (discussione | contributi)
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)

Template:Traduci Inglese

Extensible Stylesheet Language (XSL) is a language which allows one to describe how files encoded in the XML standard are to be formatted. The language has two parts

These two parts are maintained by the W3C.

There are currently many XSLT implementations available; recent versions of both Internet Explorer and Mozilla (hence Netscape Navigator) support transformation of XML to HTML through XSLT.

XSL formatting objects are less widely supported. Most (?all) current implementations are only partial. FOP, from the Apache project, can render a large portion of the XSL formatting objects specification to PDF and other output formats. The PassiveTeX package is another implementation that uses TeX to convert the output of an XSL-FO stylesheet to PDF.

More file formats are supported to various degrees.

XML Path Language (XPath) is used in XSLT to describe how to access parts of an XML document.

See Also