Meta Data
From AbiWiki
Implementation of the ODF Meta Data spec in AbiWord
Contents |
Goal
Implement the ODF meta data specs whose goal is to define how to declare semantic meta data inside documents [1].
See also http://bugzilla.abisource.com/show_bug.cgi?id=12177
Implementation
The AbiWord implementation of the meta data spec reside for now in a branch in SVN. The name of the branch is "odf-medata" (don't ask I just realised the typo).
PieceTable changes
We store a numeric ID into the fragment.
TBD
AbiWord file format changes
Since we implement this feature, we need to store the meta data into the AbiWord native file format.
TBD
Dependencies
In order to parse RDF segments we add as a dependency libraptor [2]
Other implementations
Here are the other implementations available (or not).
OpenOffice.org
All the information about OOo implementation I could find is in their wiki. [3]
TBD: find out what is implemented. 3.1 does not seem to have it.