Changeset 262 for gp/zope/xml

Show
Ignore:
Timestamp:
03/01/07 23:55:12 (21 months ago)
Author:
gawel
Message:

=add findall api

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • gp/zope/xml/configure.zcml

    r261 r262  
    13 13   </class> 
    14 14  
      15   <adapter 
      16       for="lxml.etree._Element" 
      17       provides="zope.traversing.interfaces.IPathAdapter" 
      18       factory=".talesapi.FindAllAPI" 
      19       name="findall"  
      20       /> 
      21  
      22   <class class=".talesapi.FindAllAPI"> 
      23     <allow interface="zope.tales.interfaces.ITALESFunctionNamespace"/> 
      24     <allow attributes="__getattr__"/> 
      25   </class> 
      26  
    15 27 </configure>