Generate an XML in Java using an XML Schema

V

vmtigno

Hi,
Is it possible to create an XML in Java using an XML Schema? Is the XML
Schema just for validation?

Thanks!
V
 
O

Oliver Wong

Hi,
Is it possible to create an XML in Java using an XML Schema? Is the XML
Schema just for validation?

The question isn't entirely clear to me. What you can do is assist the
user in creating an XML file, essentially by continuously validating
whatever they type against the schema. Another possibility is to analyze the
schema, and then generate a minimal XML file that validates against it. The
XML Schema is *itself* an XML file, so you can "create" an XML document
simply by cloning the XML schema file itself, though there's no guarantee
this "resulting" document will validate against that Schema.

- Oliver
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top