davidmoten / xsd-forms

Generates web forms from xml schema documents (xsd)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bad xml generated from repeated element

davidmoten opened this issue · comments

Steps to reproduce the problem:

  1. Create an XSD with <xs:element name="max-occurs" type="xs:string" maxOccurs="unbounded"/>
  2. Generate form
  3. Test the form adding multiple elements

Expected output:
ABCDEF

What do you see instead?
ABCDEF

I'm using the most current version in Windows 7.

Thanks in advance.

Reported by tiago

Thanks in advance David.

Cheers,
Tiago.

open xsd-forms/xsd-forms-generator/src/main/webapp/simple.html in a browser to demonstrate the issue

fixed