/Michael Glavassevich/:
Stanimir Stamenkov <[EMAIL PROTECTED]> wrote on 01/06/2007 09:30:58 AM:

You must have:

   <xs:import namespace="http://www.w3.org/2001/XMLSchema"; />

the least. Then I don't know if Xerces will automatically resolve a location for the XML Schema namespace

It does not. You need to specify a schemaLocation or make the schema available in some other way by returning it from an entity resolver or including it in a grammar pool.

you might need to supply 'location' attribute in addition.

Correct, the attribute is named 'schemaLocation' [1] not 'location'.

[1] http://www.w3.org/TR/xmlschema-1/#element-import

--
Stanimir

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to