Web Development
zope.txt
Associated article: Zope Page Templates
Tags: Web Development
Published source code accompanying the article by Amos Latteier in which he examines Zope Page Templates which let you define dynamic content using attributes on existing HTML/XML tags.
Zope Page Templates
by Amos Latteier
Listing One
<html>
<head>
<title>Econo Feeder</title>
</head>
<body>
<h1>Econo Feeder</h1>
<img src="...


