Is there a way for me to validate the DOM content while building. Essentially I am interested in element and attribute content only. Does the value for the elements adhere to the schema. Things like default values/restrictive datatypes etc. Is there anyway I could get to a XMLElementDecl and call a validate given a value string.
I do not want to validate at the end and say the whole document is not valid. I want to say it is not valid while building. I am not interested in the complicated content spec but atleast the values should be correct. Thanks Kiran � --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
