Edgewall Software

Changes between Version 2 and Version 3 of GenshiRecipes/FormFilling


Ignore:
Timestamp:
Sep 12, 2006, 12:34:20 PM (18 years ago)
Author:
cmlenz
Comment:

s/Markup/Genshi

Legend:

Unmodified
Added
Removed
Modified
  • GenshiRecipes/FormFilling

    v2 v3  
    1 = [MarkupRecipes Markup Recipes]: Automatically Populating an HTML Form =
     1= [GenshiRecipes Genshi Recipes]: Automatically Populating an HTML Form =
    22
    33The following template provides a match template that automatically adds a `value` attribute to any `<input>` element that has matching data in the context.
     
    55{{{
    66#!xml
    7 <html xmlns:py="http://markup.edgewall.org/">
     7<html xmlns:py="http://genshi.edgewall.org/">
    88 
    99  <input py:match="form//input" py:attrs="select('@*')"
     
    3535
    3636----
    37 See also: MarkupRecipes, MarkupTemplates
     37See also: GenshiRecipes, [wiki:Documentation/xml-templates.html Genshi XML Template Language]