Performing XSL transformations on the client

Performing XSL transformations on the client

You can perform XSL transformations on the client without the use of an application server. When you do so, a browser does the work of transforming the XML data, instead of an application server. You can use Dreamweaver to create such a page, however, client-side transformations require manipulation of the XML file containing the data you want to display. Additionally, client-side transformations will only work in modern browsers.

Macromedia recommends that you read About client-side XSL transformations before proceeding with any of the following procedures.

This section contains the following topics:

  • Workflow for performing client-side XSL transformations
  • Creating entire XSLT pages
  • Linking XSLT and XML files

Related topics

  • About server-side XSL transformations


Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Defining Sources of Dynamic Content
Developing Applications Rapidly