mariarahat / bungeni-editor

Automatically exported from code.google.com/p/bungeni-editor
2 stars 0 forks source link

Migrate to ODF 1.2 RDF metadata #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current implementation of capturing metadata in odf for document artifacts 
uses style sheet properties. This is at best a hack and has limitations like no 
support for hierarchical metadata and storage of metadata in styling 
information.

ODF 1.2 and Openoffice 3.2 introduced a RDF metadata api which captures 
metadata in rdf format and within meta.xml (rather than in a style)
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OfficeDev/RDF_me
tadata

To do :

Develop a prototype to test in the editor scenario
Migrate the Editor's native metadata API to support rdf metadata
Add support in BungeniODFDOM for rdf metadata 

Original issue reported on code.google.com by ashok.ha...@gmail.com on 2 Feb 2011 at 8:22

GoogleCodeExporter commented 9 years ago
Editor uses RDF 1.2 metadata

Original comment by ashok.ha...@gmail.com on 15 Mar 2012 at 11:37