On Fri, 4 May 2012, Joerg Ehrlich wrote:
> Create one "Core Properties" interface for the Metadata class which
> contains just the keys for the properties which should be directly
> addressable through the Metadata class in the future. Those are all
> DublinCore plus copyright and a bit of other relevant stuff. Those keys
> will be the ones we have had before like "Title", "Keywords", "Format",
> etc.
>
> The keys will always link to properties of other namespace interfaces like:
> String Title = DublinCore.Title.getName();
> String Author = DublinCore.Creator.getName();
Won't that break existing parsers and consumers though? As Title will
suddenly change from being "title" to "dc:title", won't it?
Nick
|