Quick Start Guide
Learn about other deployment options 195
■ If appropriate, add a Repeat Region XSLT object to the table or table
row that contains the XML data placeholder(s). See “Displaying
repeating XML elements” in Using Dreamweaver.
■ Do one of the following:
■ Use the XSL Transformation server behavior to insert a reference to
the XSLT fragment in your dynamic page. See “Inserting XSLT
fragments in dynamic pages” in Using Dreamweaver.
■ Delete all of the HTML code from a dynamic page, and then use
the XSL Transformation server behavior to insert a reference to the
entire XSLT page in the dynamic page.
■ Post both the dynamic page and the XSLT fragment (or entire XSLT
page) to your application server. If you are using a local XML file, you
will need to post that as well.
■ View the dynamic page in a browser. When you do so, the application
server transforms the XML data, inserts it in the dynamic page, and
displays it in the browser.