Nevermind! Right after I posted this I thought that maybe problem line wasn't in the instance document that was being validated, but in its schema. And indeed, line 26 in the schema is where that attribute was referenced, but its definition was in error. I have it fixed now. Suggestion: in the error messages, clearly indicate which file (the instance document or the schema) is throwing the error. Thanks! Earl Morton
I'm a new user of XML Copy Editor. I have created a few simple schemas and an XML instance document, but when I validate the document against its schema, I get this error message: Error at line 26, column 55: attribute 'studyDomainID' not found Line 26 does indeed have an element with that attribute on it. But I believe that the error is bogus because I can add several blank lines above line 26, so the markup changes, and I still get that exact error. Line 26 can be blank or contain a comment, and...