I am using Visual Studio 2005 Release Candidate to do the exercises.
The exercise had me add the the following statement to my xsd:
Code:
<import namespace="http://www.example.com/name" schemaLocation="name8.xsd"/>
Visual Studio returns the following error message for this statement:
Quote:
|
quote:The schema referenced from this location in your document contains errors.
|
I couldn't see anything wrong with this statement, so I went and loaded the file created by the authors. It generates the same error message.
Is there a problem with the XML or is it a problem with Visual Studio 2005?