diff --git a/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml index 27e37e1370..820d9963e6 100644 --- a/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/stylesheets/chapter.xml @@ -1,66 +1,66 @@ - Stylesheets + Style Sheets - XML says nothing about how a document should be displayed to - the user, or rendered on paper. To do that, various languages - have been developed to describe stylesheets, including XSLT, XSL FO - or CSS. + XML is concerned with content, and says nothing about how that content should be presented to + the reader or rendered on paper. Multiple style sheet languages + have been developed to describe visual layout, including Extensible Stylesheet Language Transformation (XSLT), Document Style Semantics and Specification Language (DSSSL), + and Cascading Style Sheets (CSS). - We use XSLT stylesheets to transform DocBook into XHTML and then - we apply CSS formatting to XHTML pages. Currently, the printable - output is rendered with legacy DSSSL stylesheets but this may + The FDP documents use XSLT stylesheets to transform DocBook into XHTML, and then + CSS formatting is applied to the XHTML pages. Printable + output is currently rendered with legacy DSSSL stylesheets, but this will probably change in the future. - CSS + <acronym>CSS</acronym> - Cascading Stylesheets (CSS) are a mechanism for attaching + Cascading Style Sheets (CSS) are a mechanism for attaching style information (font, weight, size, color, and so forth) to - elements in an XHTML document without abusing XHTML to do + elements in an XHTML document without abusing XHTML to do so. The DocBook Documents - The FreeBSD DSSSL stylesheets include a reference to a - stylesheet, docbook.css, which is - expected to appear in the same directory as the XHTML files. - The project-wide CSS file is copied from + The &os; XSLT and DSSSL stylesheets refer to + docbook.css, which is + expected to be present in the same directory as the XHTML files. + The project-wide CSS file is copied from doc/share/misc/docbook.css when documents - are converted to XHTML, and is installed automatically. + are converted to XHTML, and is installed automatically.