Hi list,
a few weeks ago we discussed changing the metadata handling, to
1. make metadata for a document mandatory;
2. store the metadata separately from the contents
3. add some Lenya-specific, non dublincore metadata, specifically the Lenya resource type within the metadata
1. & 2. basically just mean handling document metadata identically to the way meta-data is currently handled for assets; this does not seem to require many changes. However I'd like your input whether I've overlooked something before checking anything in:
Changes are
- DefaultDocument.java: work similar to Resource.java, that is: get metadata from a different URI than the contents. Add this source in getRepositoryNodes for locking
- remove meta stuff from the samples
- remove meta stuff from the schemas
that means we can switch back to a generic xhtml relax ng, yay.
what about 3? will you handle 1 & 2 first, and then tackle 3? sounds good to me.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
