You can perform client-side XSL transformations. Read about server-side and client-side XSL transformations and about using XML and XSL with web pages before building pages that display XML data.
The general workflow for performing client-side XSL transformations is as follows (each step is described in other topics):
In your Dreamweaver site, create an entire XSLT page.
Convert an existing HTML page to an entire XSLT page.
The XML file that you attach must reside in the same directory as the XSLT page.
When you do so, the browser transforms the XML data, formats it with the XSLT page, and displays the styled page in the browser.