Other Types Of Style Sheet Language Other Than CSS

Cascading Style Sheets or CSS has always been oneExtensible Stylesheet Language (XSL)
of the most popular style sheet language used byConsidered as the second most popularly used style
many web developers and designers in today'ssheet language used in the industry aside from CSS
industry. It proved its use by enabling the separation(although for some, this is considered as the best
of document content (those that are written incompared to CSS), XSL has evolved drastically from
HTML or a similar markup language) from documentits initial design into something very different from its
presentation, including elements such as the layout,original purpose. According to Web design Philippines
colors, and fonts.specialists, XSL began as an attempt to bring the
This separation can improve content accessibility,functionality of DSSSL, particularly in the area of print
provide more flexibility and control in the specificationand high-end typesetting, to XML.
of presentation characteristics, enable multiple pagesAccording to many Web design Philippines
to share formatting, and reduce complexity andprofessionals, the combination of XSLT and XSL-FO
repetition in the structural content (such as bycreates a powerful styling language, though much
allowing for tableless web design). However, othermore complex than CSS.
than CSS, there have also been other style sheetJavaScript Style Sheets (JSSS)
languages used in the past and up to this day.A style sheet language proposed by Netscape
Although not as popularly used compared to CSS,Communications Corporation in 1996 to provide
some of which have been discontinued, these stylefacilities for defining the presentation of webpages. It
sheet languages were known for its use and itswas an alternative to the Cascading Style Sheets
convenience compared to the use of tables. So what(CSS) technology. Only Netscape Communicator 4
are these other style sheet languages aside fromsupported JSSS, with the rival Internet Explorer web
CSS?browser choosing not to implement the technology.
Document Style Semantics and SpecificationSoon after Netscape Communicator's release in 1997,
Language (DSSSL)Netscape stopped promoting JSSS, instead focusing
The DSSSL is a computer language for specifyingon the rival CSS standard. It now remains little more
stylesheets for Standard Generalized Markupthan a historical footnote, with many Web
Language (SGML) documents, based on a subset ofdevelopers not even being aware of its existence.
the Scheme programming language. It is specified byFOSI (Formatting Output Specification Instance)
the standard ISO/IEC 10179:1996. It was developedFOSI was developed by the US Department of
by ISO/IEC JTC1/SC34. In parallel with the moveDefense to control the pagination and layout of
from SGML to XML, the Extensible StylesheetSGML and XML technical data. FOSI stylesheets are
Language (XSL) is gradually replacing DSSSL.themselves written in SGML, an approach that would
However, many of the concepts used in XSLlater be adopted by XSL. FOSI was implemented by,
originated with DSSSL.among others, Arbortext and X.Systems.