If I add the DC metadata creator of an OMDoc element, I would expect that it
overwrites the creator of the enclosing OMDoc. But this is not the case.
Example:
-----------------------------
<omdoc id="am_intro_texts_top">
<metadata>
<Creator role="aut"> George Goguadze </Creator>
<Source> </Source>
<Type> Text </Type>
<Format> application/omdoc+xml </Format>
</metadata>
<theory id="am_intro_th">
<omtext id="omdoc_glossary" type="annote">
<metadata>
<Creator role="aut">Carsten Ullrich</Creator>
</metadata>
...
-----------------------
I would expect that a click on the copyright button would show me as the
creator, but this is still George.
How to reproduce:
Book: Introduction to ActiveMath --> Learning OMDoc in 10 minutes
I tried it with Lucene.
What does the OMDoc spec say ?