What I've got so far: Folder A xml document A (XML Document) xsl document a (XML Document) xsl document b (XML Document) stylesheet (DTML Method) et. al. (more method/documents) All documents were loaded into Zope using the XML Document product (FYI). I've got code that renders 'xml document A' with 'xsl document a' into IE5.0. I do this by calling the DTML method 'stylesheet' which looks like: <dtml-var standard_xsl_header> <dtml-in "xsl_document_a[0]"> <dtml-var toXML> </dtml-in> <dtml-var standard_xsl_footer> Now what I want to do: I would like to have user interaction to rerender the page using 'xsl document b'. How, or what, do I do with the dtml-in code to get this to happen. My approach would be to set a property on the containing folder to hold the users choice but I don't know how I would use it here. Thanks for any Help Dale