What steps will reproduce the problem?
1. FileOutputStream fos = new FileOutputStream(file);
XMLDocument sampleXml =
new XMLDocument(new StreamResult(fos), true, 4, null);
xsInstance.generate(xsModel, rootElement, sampleXml);
2.
3.
What is the expected output? What do you see instead?
I expected the maxRecursion depth to limit output, but the output XML has an
infinitely recursive depth (until memory ran out)
What version of the product are you using? On what operating system?
1.1-SNAPSHOT
Please provide any additional information below.
Attached is the XSD that causes this:
Original issue reported on code.google.com by mepodo...@gmail.com on 11 Feb 2014 at 7:47
Original issue reported on code.google.com by
mepodo...@gmail.com
on 11 Feb 2014 at 7:47Attachments: