[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.epf] Re: Generating XMI files from external content

I have been refining my idea for a genereal purpose EPF content import framework.
Now I am working on a small tool to extract the metadata from the o:DocumentProperties section of a normal Word html export.


The following Word metadata provides a good basis for reuse in EPF

o:Subject -> EPF Type (Guideline, Task, ...)
o:Author -> Authors
o:LastAuthor -> Authors
o:Description -> Brief description
o:Revision -> Version
o:LastSaved -> Change date
o:Category -> Content Package hierarchy (fx "Design-Service" goes into package Service, childpackage of Design)


<title>        -> Presentation name

If the document is contained in a folder structure that matches the Content package names this folder structure is used to indicate the Content package it goes into (decision "by placement".

If Category is specified (and matches Content package) then Category will override the decision "by placement".

Furthere suggestions or comments are welcome!

Kristian