Limit this search to....

The Dsssl Book: An XML/SGML Programming Language 2004 Edition
Contributor(s): Farreres, Javier (Author)
ISBN: 1402075928     ISBN-13: 9781402075926
Publisher: Springer
OUR PRICE:   $161.49  
Product Type: Hardcover - Other Formats
Published: October 2003
Qty:
Annotation: DSSSL defines a programming language derived from Scheme, a standard functional programming language. This language is a comprehensive, standardized approach to querying the content of a document, transforming the structure of documents, and providing style to documents. DSSSL support is also incorporated into most open source Linux via the OpenJade tool.

The DSSSL Book: An XML/SGML Programming Language provides comprehensive coverage of the language. Its approach is practical with numerous examples and graphics explaining DSSSL concepts. The book covers the structure of a DSSSL document, its programming language, the groves data model, the query language, the transformation language and the style language.

Professionals rendering high-quality industrial-strength XML/SGML documents and Linux developers and documentation writers will find this book a prized reference source. Individuals maintaining DSSSL stylesheets, and technical managers in all types of publishing will find in this book a way to give their documents a professional aspect, and a way to automate document processing in a modern way. Readers of the book will learn the necessary concepts to understand the DocBook DSSSL stylesheets and will learn the concepts on how to customize stylesheets. It is assumed that readers will be familiar with SGML.

Additional Information
BISAC Categories:
- Computers | Programming Languages - Xml
- Computers | Speech & Audio Processing
- Computers | Interactive & Multimedia
Dewey: 006.74
LCCN: 2003061125
Physical Information: 1.02" H x 6.14" W x 9.9" (1.70 lbs) 326 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
DSSSL (Document Style Semantics and Specification Language) is an ISO standard (ISO/IEC 10179: 1996) published in the year 1996. DSSSL is a standard of the SGML family (Standard Generalized Markup Language, ISO 8879:1986), whose aim is to establish a processing model for SGML documents. For a good understanding of the SGML standard, many books exist including Author's guide BryanI988] and The SGML handbook GoldfarbI990]. A DSSSL document is an SGML document, written with the same rules that guide any SGML document. The structure of a DSSSL document is explained in Chapter 2. DSSSL is based, in part, on scheme, a standard functional programming language. The DSSSL subset of scheme along with the procedures supported by DSSSL are explained in Chapter 3. The DSSSL standard starts with the supposition of a pre-existing SGML document, and offers a series of processes that can be performed on it: - Groves The first process that is performed on an SGML document in DSSSL is always the analysis of the document and the creation of a grove. The DSSSL standard shares many common characteristics with another standard of the SGML family, HyTime (ISO/IEC 10744). These standards were developed in parallel, and their developers designed a common data model, the grove, that would support the processing needs of each standard.