View Single Post
Old 03-05-2023, 07:47 AM   #197
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,738
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by User_Z View Post
The challenge now is to properly define the elements in the <meta> or <dc> tag. While reading different descriptions.
The following should work:

Code:
  <dc:creator id="create1">Dave Heiland</dc:creator>
  <meta refines="#create1" property="file-as">Heiland, Dave</meta>
  <meta refines="#create1" property="role" scheme="marc:relators">aut</meta>
  <dc:contributor id="con">User_Z</dc:contributor>
  <meta refines="#con" property="role" scheme="marc:relators">trl</meta>
  <dc:language>ru</dc:language>
  <dc:rights>Copyright © 2012, 2013 Dave Heiland</dc:rights>
  <dc:rights>Копирайт © 2023 User_Z</dc:rights>
  <dc:subject>Sigil, EPUB, электронная книга, редактор</dc:subject>

Last edited by Doitsu; 03-05-2023 at 07:49 AM.
Doitsu is offline   Reply With Quote