[EMAIL PROTECTED] wrote: > > I'm trying to use the XML Schema built-in datatype "date". I get the > following message when I try to validate my document: > > Message: Type not found in http://www.w3.org/2001/XMLSchema:date
You don't mention which version of xerces-c you are using. This datatype was not supported in 1.5.2 and earlier versions. This is a documented limitation. See the Schema section of the documentation for other limitations. With the 1.6.0 release candidate from 4 December it works, I've just tried it. Joachim -- work: [EMAIL PROTECTED] (http://www.netacquire.com) private: [EMAIL PROTECTED] (http://www.kraut.ca) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
