Once upon a time I had a valid doctype and valid XML. I put the former on top of the latter, cntrl-s'd and behold: all was as all should be. Nowadays I have a valid schema (custom built for my still valid XML). I tried my same tried and true approach - but alas, no success.
I get different errors with each different validator I use, and yet new errors from browsers I submit it to (but that makes sense). So I'm not sure which I should give to be most helpful. Validome says:
Can not find declaration of element 'xs:schema'.
and
The markup in the document following the root element must be well-formed.
(but it is!)
If it'd be useful to have the XML and schema, please don't hesitate to ask, I just thought that since they are both W3 valid and lengthy, I would try leaving them out at first. All I'm doing is putting the schema on top of the XML and sending it through the validator/browser.
Thanks!