Calling an external doument into a dtml var tag
Hi, I am trying...since this miserable tuesday morning, to figure out a way to call an external document from another folder into my current document. For example I call a document within my folder as: <dtml-var site_header> where site_header is within the current folder. Now if I need to call another document from another folder... as: <dtml-var external folder/external document> I tried the <dtml-with> statement and it doesn't work at all. Butch, or anyone out there.... could you please...for the love of Gawwwd...help me out here???? http://zope.menswear.com:8080/QuickStart/menswearmmsb1/home _html I am currently designing as well as zoping this site right here in the heart of Atlanta from the 16th floor!!! (phew!) Help me before I jump Blueyez from Atlanta ___________________________________________________ GO Network Mail Get Your Free, Private E-mail at http://mail.go.com
blueeye wrote:
Hi,
I am trying...since this miserable tuesday morning, to figure out a way to call an external document from another folder into my current document.
Top f_downone DTML_method f_downtwo called_DTML_Document DTML_method: <dtml-var site_header> <dtml-with Top> <dtml-with f_downtwo> <dtml-var "called_DTML_Document"> </dtml-with> </dtml-with> <dtml-var site_footer> Note that if called_DTML_Document also makes calles to site_header and site_footer, you can (at least I have) enter into eternal-recursion-land. Hope this keeps you on the building, -- ethan mindlace fremen mindlace@imeme.net zope -&- imap email -&- mailing list weave your web with the web at http://imeme.net
participants (2)
-
blueeye -
mindlace