[Zope-Checkins] CVS: Zope/lib/python/Products/ZopeTutorial - tutorial.stx:1.4.2.5

Amos Latteier amos@zope.com
Mon, 15 Oct 2001 13:56:55 -0400


Update of /cvs-repository/Zope/lib/python/Products/ZopeTutorial
In directory cvs.zope.org:/tmp/cvs-serv11792

Modified Files:
      Tag: Zope-2_4-branch
	tutorial.stx 
Log Message:
merge stx fix to 2.4 branch

=== Zope/lib/python/Products/ZopeTutorial/tutorial.stx 1.4.2.4 => 1.4.2.5 ===
   
   What's going on? The [<dtml-in>] tag iterates over a list of
-  objects. The '&lt;dtml-var sequence-item&gt;' tag inserts the
+  objects. The &lt;'dtml-var sequence-item'&gt; tag inserts the
   current object. The 'expr="sightingsFolder.objectValues()"' part of
-  the '&lt;dtml-in&gt;' tags tells it how to get a list of objects. It
+  the [<dtml-in>] tags tells it how to get a list of objects. It
   calls the 'objectValues' method of the 'sightingsFolder' folder.
   'objectValues' returns all the objects contained by a folder.
   
@@ -427,7 +427,7 @@
   
     * [<dtml-in>] iterates over a list of objects.
     
-    * '&lt;dtml-var sequence-item&gt;' inserts the current object
+    * &lt;'dtml-var sequence-item'&gt; inserts the current object
     when looping over a list of objects.
     
     * You can get the contents of a folder by calling its
@@ -772,7 +772,7 @@
     to edit it. 
 
   Notice that the sightings are generated by iterating over the
-  'sightings' ZSQL Method with the '&lt;dtml-in&gt;' tag.
+  'sightings' ZSQL Method with the [<dtml-in>] tag.
   
     2. Add a line between each sighting by changing the contents of
     the 'sightings' DTML Document to::