eed3si9n / scalaxb

scalaxb is an XML data binding tool for Scala.

Home Page:http://scalaxb.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optional integer with minOccurs="0" fails parsing

Dandandan opened this issue · comments

Field in XSD

<element name="X" type="integer" minOccurs="0"></element>
XML element:

<a:X />

Gives error while parsing:

java.lang.NumberFormatException: Zero length BigInteger

Looks like a duplicate of #427