Re: XSV v.s XML Spy (different result)?

Hi,

> 1. XML spy said the <xsd:list itemType="PrivilegeType"> is not
> valid. (is the list cnnot have the itemType from "complexType",
> right? or does it related to Namespace)

It's that lists can't have items of a complex type. The error occurs
because PrivilegeType is a complex type.

> 2. which validator is authorized? XSV or XML Spy?

I'm not sure what you mean by "authorized" (authorised by whom?), but
neither validator is completely conformant to the XML Schema
Recommendation. I suggest that you use Xerces-J, Xerces-C++ or MSXML4;
these still have a few bugs in them too, but they're a lot closer than
either XSV or XML Spy.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/

Received on Saturday, 7 September 2002 03:46:17 UTC