R
rankam
Hi There,
We have a requirement for recursive elements within a XML document? Is
it possible to design it through XML Schema? And what are implications
using recursive elements when using DOM Parser in Java?
Any samples demonstrating this concept in XSD is helpful? I need a XML
structure something like this below :
<forms>
<form-name>formName</form-name>
<form-id>1234</form-id>
<secondary>
..... other elements
<secondary>
...... Other Elements
<secondary>
..... Other Elements
</secondary>
</secondary>
</secondary>
<forms>
thanks,
Ramesh ANKAM
We have a requirement for recursive elements within a XML document? Is
it possible to design it through XML Schema? And what are implications
using recursive elements when using DOM Parser in Java?
Any samples demonstrating this concept in XSD is helpful? I need a XML
structure something like this below :
<forms>
<form-name>formName</form-name>
<form-id>1234</form-id>
<secondary>
..... other elements
<secondary>
...... Other Elements
<secondary>
..... Other Elements
</secondary>
</secondary>
</secondary>
<forms>
thanks,
Ramesh ANKAM