[Zpt] CVS: Packages/TAL - test9.html:1.4 out9.html:1.5
guido@digicool.com
guido@digicool.com
Fri, 16 Mar 2001 11:09:11 -0500 (EST)
Update of /cvs-repository/Packages/TAL/test
In directory korak:/tmp/cvs-serv27035/test
Modified Files:
test9.html out9.html
Log Message:
Don't use METAL in test9.html, and check in desirable output.
--- Updated File test9.html in package Packages/TAL --
--- test9.html 2001/03/15 19:00:41 1.3
+++ test9.html 2001/03/16 16:09:10 1.4
@@ -1,7 +1,6 @@
-<html xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="test/test5.html/body">
+<html>
<body>
-<p metal:fill-slot="whoops">
+<p>
Just a bunch of text.
<p>more text...
<ul>
--- Updated File out9.html in package Packages/TAL --
--- out9.html 2001/03/15 19:00:41 1.4
+++ out9.html 2001/03/16 16:09:10 1.5
@@ -1,5 +1,30 @@
-<body xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/test5.html/body">
+<html>
+<body>
+<p>
+ Just a bunch of text.</p>
+<p>more text...</p>
+<ul>
+ <li>first item</li>
+ <li>second item
- <h1>This is the body of test5</h1>
+ <ol>
+ <li>second list, first item</li>
+ <li>second list, second item
+ <dl compact="compact">
+ <dt>term 1
+ <dt>term 2
+ <dd>definition</dd></dt></dt>
+ </dl></li>
+ </ol></li>
- </body>
+ <li>Now let's have a paragraph...
+ <p>My Paragraph</p>
+ </li>
+
+ <li>And a table in a list item:
+ <table>
+ </table></li>
+</ul>
+
+</body>
+</html>