How might I do something such as this ; <h3>Articles</h3> <dtml-in "objectValues('Ranger_News')"> <dtml-var title> ## override standard_html_header, footer, etc. ## process the document as if it were included just here. </dtml-in> I an use __str__ to get the text-view of the document, but I want it actually processing as DTML. Thank you for any assistance, Nicholas. -- <pcomm@inorbit.com> <http://www.innotts.co.uk/~nicholas/> 2048/BEC44395 1999/08/02 Nicholas C. Piper <nicholas@innotts.co.uk> If you want to change the automatic PGP actions of my mailer, see; http://www.innotts.co.uk/~nicholas/Personal/personal.php3?page=pgp
On Wed, Jan 26, 2000 at 11:23:52PM +0000, Nicholas Piper wrote:
How might I do something such as this ;
<h3>Articles</h3> <dtml-in "objectValues('Ranger_News')"> <dtml-var title> ## override standard_html_header, footer, etc.
## process the document as if it were included just here. </dtml-in>
I an use __str__ to get the text-view of the document, but I want it actually processing as DTML.
Thank you for any assistance,
Nicholas.
--
dtmlmethod.__call__(_,_.None) will "call" a DTML document or method and cause all DTML tags to be executed. I think that's what you want. -- Stephen Pitts smpitts@midsouth.rr.com webmaster - http://www.mschess.org
participants (2)
-
Nicholas Piper -
Stephen Pitts