wiztools / xsd-gen

Java cli tool for generating XSD from an XML
MIT License
81 stars 29 forks source link

4 digit values interpreted as date time #14

Closed wkalkus closed 5 years ago

wkalkus commented 5 years ago

Examples of wrongfully intepreted values from xml:

1200 2012 1983 3373

When there are more digits it is properly intepreted as integer.

subwiz commented 5 years ago

Could be related to #12.

subwiz commented 5 years ago

Able to reproduce. Again, an issue with regex. Will commit the failing test first.

subwiz commented 5 years ago

Fixed.

subwiz commented 5 years ago

A minor release is also done: https://jitpack.io/#wiztools/xsd-gen/0.2.4