| |
|
|
|
|
|
|
Stylus Studio provides many features for creating, updating, and applying XSL stylesheets. This tutorial covers the following topics:
Getting Started with XSLT,
Tutorial: Understanding How Templates Work,
Working with Stylesheets,
Creating Stylesheets That Generate HTML,
Specifying Extension Functions in Stylesheets,
Working with Templates,
Using Third-Party XSLT Processors,
Validating Result Documents,
Post-processing Result Documents,
Generating Formatting Objects,
Generating Scalable Vector Graphics,
Generating Java Code for XSLT,
XSLT Instructions Quick Reference
|
|
Type: XSL
#Views: 2007
Category: Tutorial
|
|
|
|
|
|
|
Using CSS to complement XSLT, however, is a powerful strategy for building Web pages - a strategy that splits presentation into what I call formatting and styling. Formatting can include basic HTML markup like headings, horizontal rules, lists, and the like. Styling, meantime, defines the visual properties of markup - its colors, sizes, widths, margins, bullet types, and so forth. Although the distinction between the two is not always clear-cut, formatting typically appears in the form of elements, styling information in the form of attribute-value pairs.
|
|
Type: XSL
#Views: 1446
Category: Tutorial
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|