[
Lists Home |
Date Index |
Thread Index
]
[Phil Fuhlman]
Looking at your 'resume.xsd' file, I'm no expert, but there's no single root
element defined.
[Tom P]
An XML Schema has no way, in general, to designate a unique root element for
a document.
[Phil Fuhlman]
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:
[Tom P]
Obviously not, since without a single root it is not even XML - but beside
the point because of the point mentioned above.
Cheers,
Tom P
|