[Zope-CVS] CVS: Packages/HTTPMounter - README.txt:1.3
   
    Andreas Jung
     
    andreas@digicool.com
       
    Fri, 7 Jun 2002 10:45:25 -0400
    
    
  
Update of /cvs-repository/Packages/HTTPMounter
In directory cvs.zope.org:/tmp/cvs-serv17337
Modified Files:
	README.txt 
Log Message:
updated
=== Packages/HTTPMounter/README.txt 1.2 => 1.3 ===
      http://localhost:8080/myfiles/html/bar.txt through
      <dtml-var getContent> 
+
+
+   __getitem__() support:
+
+     One can also access contents using the [..] notation:
+
+       <dtml-var "PARENTS[0]['html']['bar.txt'].getContent()" >