[Zope] Newbie hoping for help

dale w lance dale.w.lance@MAIL.SPRINT.COM
Wed, 20 Oct 1999 09:25:23 -0500


--openmail-part-15296c2d-00000001
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="BDY.TXT"

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

--openmail-part-15296c2d-00000001--