L
Luca Parodi
Hello everybody,
I ask for an info about XML Schema and Java.
I need a tool -or something similar- in order to get .xsd files and create
an output with AWT objects (such as labels, buttons, checkboxes, ..)
following the tags of the .xsd files.
For example: if I parse in the .xsd file the tag <choice> I have to create a
checkbox group representing the choice, if I parse the tag <element> having
the value "string" in its type attribute I have to create a text box or a
label, and so on.
I'm trying to implement all this in Java, but I'd be very happy to find some
Java tool that already makes this work or something similar...
Thank you in advance. Luca Parodi
I ask for an info about XML Schema and Java.
I need a tool -or something similar- in order to get .xsd files and create
an output with AWT objects (such as labels, buttons, checkboxes, ..)
following the tags of the .xsd files.
For example: if I parse in the .xsd file the tag <choice> I have to create a
checkbox group representing the choice, if I parse the tag <element> having
the value "string" in its type attribute I have to create a text box or a
label, and so on.
I'm trying to implement all this in Java, but I'd be very happy to find some
Java tool that already makes this work or something similar...
Thank you in advance. Luca Parodi