Trouble getting XSD sample running [message #599286] |
Thu, 21 December 2006 20:17 |
Eclipse User |
|
|
|
Is this the correct place to ask for help with that?
I'm stuck at Java 1.4.2_09 so I downloaded EMF 2.2.2
It seems I was able to create a XSDSchema object, at least no errors
were generated, but when I try to get information out of it it seems
there's nothing there.
If I do a toString on the schema object, I get
org.eclipse.xsd.impl.XSDSchemaImpl@1eb2c1b
(element: null)
(
document: null,
schemaLocation: null,
targetNamespace: null,
attributeFormDefault: <unset>,
elementFormDefault: <unset>,
finalDefault: null,
blockDefault: null,
version: null
)
I've used the FindTypesMissingFacets.xsd example XSD as well as other
more simple examples.
Where is the best place to go for advice on getting this off the ground?
|
|
|
Powered by
FUDForum. Page generated in 0.03045 seconds