hmmm.. I can get the following to work:
insert into text_docs values (xmlvalidate('<!DOCTYPE emp_name PUBLIC "http://xx.xx.xx.xx/dtd_emp.dtd"><emp_name>John Doe</emp_name>'
,option 'dtdvalidate=yes xmlerror=null'))
can further use any option for xmlerror=[null|message|exception]