Edgewall Software

Changes between Version 3 and Version 4 of GenshiRecipes/FormFilling


Ignore:
Timestamp:
Sep 24, 2006, 4:29:48 PM (18 years ago)
Author:
cmlenz
Comment:

Only match text input fields

Legend:

Unmodified
Added
Removed
Modified
  • GenshiRecipes/FormFilling

    v3 v4  
    77<html xmlns:py="http://genshi.edgewall.org/">
    88 
    9   <input py:match="form//input" py:attrs="select('@*')"
     9  <input py:match="form//input[@type='text']" py:attrs="select('@*')"
    1010         value="${form[str(select('@name'))]}" />
    1111