Hi, On 10/10/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > Currently our metadata keys are simple strings, like in the DublinCore > interface: > > String FORMAT = "format"; > > I'd suggest prefixing those names to avoid collisions later on: > > String FORMAT = "org.dublincore.format";
Good idea. Alternatively, should we use separate namespace URIs to identify the namespace of a metadata key? That would make it easier to integrate with various XML processing tools. BR, Jukka Zitting
