Difference between revisions of "ODF Validator"

From COPTR
Jump to navigation Jump to search
(Updated URLs)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox_tool
+
{{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.
|image=
+
|homepage=https://odftoolkit.org/conformance/ODFValidator.html
|homepage=https://incubator.apache.org/odftoolkit/conformance/ODFValidator.html
 
 
|license=Apache License, Version 2.0
 
|license=Apache License, Version 2.0
|platforms=
+
|function=Validation, Metadata Extraction
 +
|content=Document
 +
}}
 +
{{Infobox tool details
 +
|ohloh_id=odftoolkit
 
}}
 
}}
 
<!-- Delete the Categories that do not apply -->
 
[[Category:Validation]]
 
[[Category:Metadata Extraction]]
 
[[Category:Document]]
 
 
 
 
== 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 [https://odfvalidator.org/ web application archive (WAR)]. ODF Validator is part of the [Apache ODF Toolkit].
  
 
== User Experiences ==
 
== User Experiences ==
Line 23: Line 19:
  
 
== Development Activity ==
 
== Development Activity ==
 
{{Infobox_tool_details
 
|ohloh_id=odftoolkit
 
}}
 

Latest revision as of 09:01, 4 December 2025




ODF Validator is a tool that validates OpenDocument files and checks them for certain conformance criteria.
Homepage:https://odftoolkit.org/conformance/ODFValidator.html
License:Apache License, Version 2.0
Function:Validation,Metadata Extraction
Content type:Document



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 web application archive (WAR). ODF Validator is part of the [Apache ODF Toolkit].

User Experiences

Test by KEEP Solutions:

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 (...).

Development Activity