Changeset 135 for trunk/examples/xml
- Timestamp:
- 04/06/08 18:18:10 (8 months ago)
- Files:
-
- trunk/examples/xml/defines.xml (modified) (1 diff)
- trunk/examples/xml/test.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/xml/defines.xml
r27 r135 1 1 <defines> 2 2 <tag name="zahl" type="integer"/> 3 <tag name="octal" type="integer"/> 3 4 <tag name="foo" type="string"/> 4 5 <tag name="schst" type="UpperString"/> trunk/examples/xml/test.xml
r27 r135 7 7 <foo>tomato</foo> 8 8 <zahl>124</zahl> 9 <octal>0777</octal> 9 10 10 11 <schst>tomato</schst>
