"John L. Utz III" <[EMAIL PROTECTED]> writes: > mr brown; > > are you asking about validating XML *with* a schema ( as mr ashish alludes > to in his response ) > > or are you asking about validating the *schema*, which is what i think you > are asking about? > > i thought that the beauty of schema is that you are supposed to be able to > validate them. > n Yes, I want to validate the schema itself.
> is there somebody here who can tell me how all of this is supposed to > work? > > 1. Can i validate a schema? > > 2. if so, how do i validate it? against what? You certainly can validate a schema, either against another schema (ie an XML schema for XML schemas), or against a DTD for XML schemas. I've been using the web interface to xsv at: http://www.w3.org/2000/09/webdata/xsv, but I'd really like to to use xerces. Does anyone have a working example of a schema that uses namespaces which xerces will validate? Thanks, Curtis Brown [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
