xproc / 3.0-steps

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

File step: Error if operation is not supported for given scheme #352

Closed xml-project closed 4 years ago

xml-project commented 4 years ago

Currently only p:directory-list has an error to be raised if the operation is not supported for the given sheme. I would argue to have an respective error for each of the other file-steps. And I would argue, that we do not restrict the scheme to „file:“ so a processor could use file-steps to do the respective for other schemes, e..g. webdav operations with „http:“ or „ftp:“ Thumbs up?

gimsieke commented 4 years ago

👍

xml-project commented 4 years ago

Fixed with #384