<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Allow the saving of multiple authors into file meta data"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=105702#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Allow the saving of multiple authors into file meta data"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=105702">bug 105702</a>
              from <span class="vcard"><a class="email" href="mailto:tietze.heiko@gmail.com" title="Heiko Tietze <tietze.heiko@gmail.com>"> <span class="fn">Heiko Tietze</span></a>
</span></b>
        <pre>MS Word (2010) allows to add multiple authors (issue: cannot enter "Foo,Bar" as
the text is taken as comma-delimited string; pro feature: the names can be
taken and checked against the address book) and those are saved [1] and when
loaded in LibO (5.4, old master) shown at Document properties as "Tietze,
Heiko;Foo;Bar". And the multiple authors are saved correctly [2] with our odt
format.

The use case is to insert a field with many authors. That works in Word [3]
(the part looks like a field in the document) but is loaded as text in LibO
[4]. However, inserting the author field works in LibO like a charm.

So I think we should go ahead and implement a simple way to extend the authors.

[1] core.xml <dc:creator>Tietze, Heiko;Foo;Bar</dc:creator>
[2] meta.xml <meta:initial-creator>Tietze,
Heiko;Foo;Bar</meta:initial-creator><dc:creator>Tietze, Heiko</dc:creator>...
[3] document.xml <w:t>Tietze, Heiko;Foo;Bar</w:t>
[4] content.xml <text:span text:style-name="T1">Tietze,
Heiko;Foo;Bar</text:span></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>