blob: 21981a94a4885b94b0853f5a20e2a69dc5cf1162 [file] [log] [blame]
<?xml version="1.0"?>
<!--+
| Source file for DynamicSelectionList test case.
| $Id: DynamicSelectionListTestCase.source.xml,v 1.2 2003/10/19 17:20:56 ugo Exp $
+-->
<wd:selection-list xmlns:wd="http://apache.org/cocoon/woody/definition/1.0">
<wd:convertor type="formatting" base="date">
<wd:patterns>
<wd:pattern>yyyy-MM-dd</wd:pattern>
</wd:patterns>
</wd:convertor>
<wd:item value="2003-10-11"/>
<wd:item value="1963-02-04"><wd:label>My birthdate</wd:label></wd:item>
</wd:selection-list>