Create new DOM document from XSD schema [message #73760] |
Tue, 04 March 2008 09:51  |
Eclipse User |
|
|
|
Originally posted by: mikrodj.hotmail.com
Hi everyone, I would like to know, How I can create a minimum XML document
from a XSD schema. I can't use JAXB because the schema is created during
the execution of my code.
Any idea?
Cheers, David.
|
|
|
|
|
|
|
|
|
Re: Create new DOM document from XSD schema [message #602864 is a reply to message #73760] |
Tue, 04 March 2008 10:56  |
Eclipse User |
|
|
|
This is a multi-part message in MIME format.
--------------040404040703020905070800
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
David,
I think the WTP project has support for creating a sample instance from
a schema. The XSD project doesn't provide that directly. I've added
their newsgroup to the "to" list of the reply. EMF itself supports
dynamic XSD binding (no need for static code generation), but that won't
directly solve your problem:
< http://www.theserverside.com/tt/articles/article.tss?l=Bindi ngXMLJava>
http://www.theserverside.com/tt/articles/article.tss?l=Bindi ngXMLJava
David wrote:
> Hi everyone, I would like to know, How I can create a minimum XML
> document from a XSD schema. I can't use JAXB because the schema is
> created during the execution of my code.
> Any idea?
>
> Cheers, David.
>
>
--------------040404040703020905070800
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
David,<br>
<br>
I think the WTP project has support for creating a sample instance from
a schema.
|
|
|
|
Re: Create new DOM document from XSD schema [message #602887 is a reply to message #73794] |
Tue, 04 March 2008 15:19  |
Eclipse User |
|
|
|
In addition to what Dave said, you can also rightclick the xsd file in the
project explorer/navigator and do Generate->XML File.. (it just invokes
the new xml wizard with some fields already filled in for you based on the
schema file selected)
|
|
|
Re: Create new DOM document from XSD schema [message #602906 is a reply to message #73863] |
Wed, 05 March 2008 06:11  |
Eclipse User |
|
|
|
Thank you for your answer. What I exact need is the same idea of the XML
Wizard but I have to do it with source code because I generated the schema
during the execution of my plugin and then I have to generate the XML from
the schema previously created.
Could you let me know what classes are involved in this process?
Anyway I'm going to download wtp project source code and I'll take a look
around new XML Wizard code.
Cheers, David.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06130 seconds