Difference between revisions of "ODF Validator"
Jump to navigation
Jump to search
(Created page with "{{Infobox_tool |purpose=ODF Validator is a tool that validates OpenDocument files and checks them for certain conformance criteria.. |image= |homepage=https://incubator.apache...") |
Ania Molenda (talk | contribs) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Infobox tool |
| − | |purpose=ODF Validator is a tool that validates OpenDocument files and checks them for certain conformance criteria. | + | |purpose=ODF Validator is a tool that validates OpenDocument files and checks them for certain conformance criteria. |
| − | |||
|homepage=https://incubator.apache.org/odftoolkit/conformance/ODFValidator.html | |homepage=https://incubator.apache.org/odftoolkit/conformance/ODFValidator.html | ||
| − | |license= Apache License, Version 2.0 | + | |license=Apache License, Version 2.0 |
| − | | | + | |function=Validation, Metadata Extraction |
| + | |content=Document | ||
}} | }} | ||
| − | + | {{Infobox tool details | |
| − | + | |ohloh_id=odftoolkit | |
| − | + | }} | |
| − | + | == Description == | |
| − | |||
| − | |||
| − | |||
| − | = Description = | ||
ODF Validator is a tool that validates OpenDocument files and checks them for certain conformance criteria. It is available as Java library for command line or embedded use, as well as a servlet. An instance of the servlet is [http://odf-validator.rhcloud.com/ hosted online] courtesy of the OpenDoc Society. ODF Validator is part of the [Apache ODF Toolkit]. | ODF Validator is a tool that validates OpenDocument files and checks them for certain conformance criteria. It is available as Java library for command line or embedded use, as well as a servlet. An instance of the servlet is [http://odf-validator.rhcloud.com/ hosted online] courtesy of the OpenDoc Society. ODF Validator is part of the [Apache ODF Toolkit]. | ||
| − | = User Experiences = | + | == User Experiences == |
| + | [http://www.openplanetsfoundation.org/comment/529#comment-529 Test by KEEP Solutions]: | ||
| − | + | <blockquote>Apache ODF Validator gives many false-negatives and false-positives (...) [b]ut (..) the schemas are publicly available and the method to validate is well defined by OASIS (...).</blockquote> | |
| − | + | == Development Activity == | |
| − | |||
| − | |||
Revision as of 14:32, 26 April 2021
Description
ODF Validator is a tool that validates OpenDocument files and checks them for certain conformance criteria. It is available as Java library for command line or embedded use, as well as a servlet. An instance of the servlet is hosted online courtesy of the OpenDoc Society. ODF Validator is part of the [Apache ODF Toolkit].
User Experiences
Apache ODF Validator gives many false-negatives and false-positives (...) [b]ut (..) the schemas are publicly available and the method to validate is well defined by OASIS (...).