• Complain

Pawson - XSL-FO: Making XML look good in print--Cover. - Includes index

Here you can read online Pawson - XSL-FO: Making XML look good in print--Cover. - Includes index full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Sebastopol, Calif, year: 2002, publisher: OReilly Media, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Pawson XSL-FO: Making XML look good in print--Cover. - Includes index
  • Book:
    XSL-FO: Making XML look good in print--Cover. - Includes index
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2002
  • City:
    Sebastopol, Calif
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

XSL-FO: Making XML look good in print--Cover. - Includes index: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "XSL-FO: Making XML look good in print--Cover. - Includes index" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Extensible Style Language-Formatting Objects, or XSL-FO, is a set of tools developers and web designers use to describe page printouts of their XML (including XHTML) documents. XSL-FO teaches you how to think about the formatting of your documents and guides you through the questions youll need to ask to ensure that your printed documents meet the same high standards as your computer-generated content.

Pawson: author's other books


Who wrote XSL-FO: Making XML look good in print--Cover. - Includes index? Find out the surname, the name of the author of the book and a list of all author's works by series.

XSL-FO: Making XML look good in print--Cover. - Includes index — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "XSL-FO: Making XML look good in print--Cover. - Includes index" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
XSL-FO
Dave Pawson
Beijing Cambridge Farnham Kln Sebastopol Tokyo Special Upgrade Offer If you - photo 1

Beijing Cambridge Farnham Kln Sebastopol Tokyo

Special Upgrade Offer

If you purchased this ebook directly from oreilly.com, you have the following benefits:

  • DRM-free ebooksuse your ebooks across devices without restrictions or limitations

  • Multiple formatsuse on your laptop, tablet, or phone

  • Lifetime access, with free updates

  • Dropbox syncingyour files, anywhere

If you purchased this ebook from another retailer, you can upgrade your ebook to take advantage of all these benefits for just $4.99. to access your ebook upgrade.

Please note that upgrade offers are not available from sample content.

A Note Regarding Supplemental Files

Supplemental files and examples for this book can be found at http://examples.oreilly.com/9780596003555/. Please use a standard desktop web browser to access these files, as they may not be accessible from all ereader devices.

All code files or examples referenced in the book will be available online. For physical books that ship with an accompanying disc, whenever possible, weve posted all CD/DVD content. Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to .

Preface

This book is an introduction to Extensible Stylesheet Language Formatting Objects (XSL-FO). The Extensible Stylesheet Language (XSL) provides a means of producing high-quality print output from your XML documents. XSL describes how to use XSL Transformations (XSLT) to generate XSL-FO documents that represent page layouts. Using XSL, you can create standard print representations of XML documents using XSL-FO to specify how information should appear on pages.

Who Should Read This Book?

This book is for people who want to create print versions of their XML documents. It provides an introduction to the XSL as specified by the World Wide Web Consortium (W3C) at http://www.w3.org/Style/XSL. It focuses, in particular, on the XSL-FO aspect of XSL, an XML vocabulary targeted at expressing how source content should be laid out and paginated for presentation.

This book should be useful to everyone from technical authors who have moved into stylesheet design to software developers engaged in media design to those exploring the developing XML family of standards. If you are curious about XSL-FO or want to produce print output from XML, read on. When you stop enjoying the chase, stop reading. When you reach an Aha! moment, smile with me. Im not saying its easy, but this avenue of learning can be fun. Youll be rewarded quickly by the feedback of visual output, although there are a few dead ends.

I make few assumptions about the audience other than a familiarity with basic XML and an awareness of XSLT processing. You wont enjoy this book until you can process XML with an XSLT processor. With that in mind, my recommendation for a companion volume is Mike Kays XSLT Programmers Reference (Wrox Press). Its an excellent reference book that has never failed to explain to me how to use the W3C recommendation.

The intended audience of this book is users of the recommendation, not implementors. If you want to implement the specification then the specification is your primary reading matter, though this book may be of some assistance.

What Does This Book Cover?

This book covers the same content found in the published recommendation. The focus throughout this book is to help users of XSL-FO. It is not a theoretical discourse on the recommendation, but a complement to the recommendation. I have tried to write something that bridges the gap between implementor and user, with a bias towards the user.

Motivation

A large part of my motivation for writing this book was my experience with Document Style Semantics and Specification Language (DSSSL), an SGML style language. I had approached DSSSL within weeks of learning that SGML existed and that it was supported by accessible tools. The tools were not well explained, however. My struggles with DSSSL, SGML, Scheme, and Emacs, all in one go, were very nearly too much. Very few technologies can gain support without sufficient explanatory material available to the end user. So with that in mind, and my reaction to XSL-FO similar to what I had with DSSSL, I decided to do something about it.

Organization of This Book

provides a brief explanation of what XSL-FO is good for and how it can fit into your XML print production processes.

introduces the big picture of XSL-FO, its foundations, and its capabilities.

explores XSL-FOs notions of pages, page masters, and page sequences.

explains how to define areas, which hold content within pages.

introduces blocks, the units of the document that fill areas, which may be split across areas and pages, and reflect document components such as paragraphs, tables, and figures.

explains the special inline formatting that may occur inside block elements.

explores XSL-FOs facilities for presenting information using graphics and color.

explores XSL-FOs text-specific capabilities.

examines how XSL-FO lets you create links for use with chapters, cross-references, indexes, and similar structures so you may present documents that feel complete.

examines how all the different pieces interact and combine when XSLT and XSL-FO are used to produce formatted renderings.

examines different types of stylesheets and issues of inclusion and reuse.

provides a quick reference for common formatting tasks and the best ways to support them in XSL-FO.

provides you with a basic framework for reading the W3Cs XSL Recommendation in detail, as it isnt exactly light reading.

lists a variety of XSL-FO tools available at the time of writing.

explains the compliance levels that XSL-FO permits processors to support. This appendix should help you determine which implementation is appropriate to your needs.

provides a quick guide to which properties are inherited among formatting objects.

.

helps you pick the property or trait you need for a given task.

provides the most updated version of the license at the time of this printing.

The lists terms youll need to use XSL-FO effectively.

What Else Do You Need?

As mentioned earlier, youll need some level of understanding of how to obtain an XML document compliant to the XSL-FO vocabulary from an XML document. Plenty of examples are provided, but use of XSLT is necessary, because I do not believe that authoring directly in XSL-FO is either viable or especially worthwhile. I always assume your starting point is an XML instance and that the resultant XSL-FO is a temporary intermediary file that will be thrown away once the final form document is available.

Next, youll want a processor to convert the XSL-FO into its final form, either a printed document on paper or a PDF document for web delivery. addresses the options, covering tools available from the Web as part of the open source movement through to commercial offerings and embedded tools.

Conventions Used in This Book

The following font conventions have been used in this book:

Italic

Is used to introduce new terms, as well as for email addresses and URLs.

Constant width

Is used for code examples and fragments, as well as for functions and properties.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «XSL-FO: Making XML look good in print--Cover. - Includes index»

Look at similar books to XSL-FO: Making XML look good in print--Cover. - Includes index. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «XSL-FO: Making XML look good in print--Cover. - Includes index»

Discussion, reviews of the book XSL-FO: Making XML look good in print--Cover. - Includes index and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.