[Zope] Newbie hoping for help

dale w lance dale.w.lance@mail.sprint.com
Wed, 20 Oct 1999 16:06:59 -0500


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

Answer: "_[property_name]"
Found in:
How-To: Advanced DTML Techniques
  Created by Amos

Thank you How-tos

Dale
> -----Original Message-----
> From: dale.w.lance [mailto:dale.w.lance@mail.sprint.com]
> Sent: Wednesday, October 20, 1999 9:25 AM
> To: zope
> Cc: dale.w.lance
> Subject: [Zope] Newbie hoping for help
> 
> 
> 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-15316ac0-00000001--