Looking at your 'resume.xsd' file, I'm no expert, but there's no single
root element defined. After a quick read of your schema i made an very
brief complimentary XML doc:
<StructuredXMLResume>
<ContactInfo>yyy</ContactInfo> </StructuredXMLResume> <NonXMLResume>
<TextResume>zzz</TextResume> </NonXMLResume>
which
- regarless of schema - won't load:
The XML page cannot be displayed
Cannot view XML input using XSL style sheet.
Please correct the error and then click the Refresh button, or try
again later.
Only one top level element is allowed in
an XML document. Error processing resource 'file:///C:/resume.xml'. Line 4,
Position 2 <NonXMLResume>
-^
-----Original Message----- From:
Adolfo Rodriguez [mailto:adolfo@externia.com] Sent: Wednesday,
September 17, 2003 11:56 AM To: xml-dev@lists.xml.org Cc:
posi0@hotmail.com; cesar valbuena Subject: [xml-dev] Create DB
Structure based on Schema/DTD set
Hi all,
I am looking for a way to, from an DTD or XML
schema set corresponding to a bussiness model, e.g.:
create a database structure. My targeted database
is my-sql. I have been making tests with XMLSpy (option Create DB Structure
based on schema), WSAD (Option generate DDL on right mouse click over a xsd
file) and other both, either commercial or open source tools, and none of them
was able to create such a database.
As an example I attach two xsd files, which
contains a well-formed schema. If any of you could help in creating sucha
database would be really helpful.
Thanks in advance,
Adolfo Rodriguez Miguelez
|