-
Notifications
You must be signed in to change notification settings - Fork 2
Home
flazz edited this page Sep 13, 2010
·
23 revisions
Given a PiM Document via an input method
- Basic XML/Schema validation
- check for well-formed document, if errors then return specifics
- validate against XML Schema, if errors then return specifics
- Best Practice / METS Profile validation
- validate against Schematron schemas
- return minimally a list of errors in output methods outlined below
- Optional/Experimental: suggestions for each error; profile/BP citations
- given a HTTP URI of a PiM Document, validate it.
- upload a PiM Document file via a html form
- input a PiM Document directly via a html form
- Web Service based
- via POST
- via GET with a URI of a PiM Document passes as a query parameter.
- investigate what w3 validator does.
- html
- plain text
- xml
- json
(all but html will be directly useful to the web service, indirectly ajax interfaces can use the rest)