|
From: Campos, A. <A.C...@ki...> - 2008-02-21 17:01:39
|
Thanks Dan, I think the imsmanifest attached has the QTICP Metadata correctly added. I am still not sure about the VCARD element which has to contain the name of the Author. In the file it is just an string like this: BEGIN:vcard FN:author_name END:vcard Is this right? Alicia. -----Original Message----- From: Dan Sheppard [mailto:da...@ca...] Sent: 21 February 2008 13:18 To: Campos, Alicia Cc: qti...@li... Subject: Re: [Qtitools-discuss] QTICP metadata Dear Alicia, Yes the qti metadata is like the lom metadata: a separate package, which should be wired up in the same way. I did it like this so that we can also plug in any kind of metadata we wish to add, in the future, eg dublin core, etc. Unfortunately, this makes things a bit confusing at startup, sometimes. It means you need to add two lines for each kind of metadata you use, at the top, for the factories, one for parsing, one for serializing. cp_parser.registerMetadataParser(mdf.getParserFactory()); cp_parser.registerSubSerializer(mdf.getCreator().getSerializer()); Dan. This email has been scanned for all viruses by the MessageLabs Email Security System. This email has been scanned for all viruses by the MessageLabs Email Security System. |