xproc / 3.0-steps

Repository for change requests to the standard step library and for official extension steps
10 stars 7 forks source link

Missing error condition for p:validate-with-dtd? #597

Closed xml-project closed 2 months ago

xml-project commented 2 months ago

For most (all?) validation steps there is an error condition like

It is a [dynamic error] if the assert-valid option on p:validate-with-xml-schema is true and the input document is not valid.

There is none for p:validate-with-dtd.

Is this an oversight or do I miss something?

ndw commented 2 months ago

No, I just forgot to put it in the spec. Done now.