Changeset 135 for trunk/examples

Show
Ignore:
Timestamp:
04/06/08 18:18:10 (5 months ago)
Author:
mikey
Message:

added support for octal numbers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/xml/defines.xml

    r27 r135  
    11<defines> 
    22        <tag name="zahl" type="integer"/> 
     3        <tag name="octal" type="integer"/> 
    34        <tag name="foo" type="string"/> 
    45        <tag name="schst" type="UpperString"/> 
  • trunk/examples/xml/test.xml

    r27 r135  
    77        <foo>tomato</foo> 
    88        <zahl>124</zahl> 
     9        <octal>0777</octal> 
    910         
    1011        <schst>tomato</schst>