Displaying text from one document inside another?
Is it possible with DTML to display a portion of one document inside of another one? In other words, inside the second document I would like to put something like: <dtml-var PortionOfTextFromFirstDoc> Thanks. Most current information can be found at: http://www.mindview.net/Etc/notes.html =================== Bruce Eckel http://www.BruceEckel.com Contains free electronic books: "Thinking in Java 2e" & "Thinking in C++ 2e" Please subscribe to my free newsletter -- just send any email to: join-eckel-oo-programming@earth.lyris.net My schedule can be found at: http://www.mindview.net/Calendar ===================
Separate the first doc into bits and include the relevant bits, the make the first doc an accumulation. Cheers. -- Andy McKay. ----- Original Message ----- From: "Bruce Eckel" <Bruce@EckelObjects.com> To: <chrism@digicool.com> Cc: <zope@zope.org> Sent: Thursday, December 20, 2001 11:19 AM Subject: [Zope] Displaying text from one document inside another?
Is it possible with DTML to display a portion of one document inside of another one? In other words, inside the second document I would like to put something like: <dtml-var PortionOfTextFromFirstDoc>
Thanks.
Most current information can be found at: http://www.mindview.net/Etc/notes.html =================== Bruce Eckel http://www.BruceEckel.com Contains free electronic books: "Thinking in Java 2e" & "Thinking in C++ 2e" Please subscribe to my free newsletter -- just send any email to: join-eckel-oo-programming@earth.lyris.net My schedule can be found at: http://www.mindview.net/Calendar ===================
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Andy McKay -
Bruce Eckel