File size: 2,342 Bytes
fab29d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
[
  {
    "Name": "Issue #53: EPUB schema metadata/date/event and metadata/identifier/scheme attributes are not being parsed",
    "Options": null,
    "ContentFiles": [
      {
        "$id": 1,
        "$type": "EpubLocalTextContentFile",
        "$content": "epub://Content/toc.ncx",
        "FilePath": "Content/toc.ncx",
        "Key": "toc.ncx",
        "ContentType": "DTBOOK_NCX",
        "ContentMimeType": "application/x-dtbncx+xml"
      }
    ],
    "ExpectedResult": {
      "$file": "test.epub",
      "Title": "Test title",
      "Author": "John Doe",
      "AuthorList": [
        "John Doe"
      ],
      "$cover": null,
      "Navigation": [],
      "Schema": {
        "Package": {
          "EpubVersion": "EPUB_2",
          "Metadata": {
            "Titles": [
              {
                "Title": "Test title"
              }
            ],
            "Creators": [
              {
                "Creator": "John Doe"
              }
            ],
            "Dates": [
              {
                "Date": "2021-12-31T23:59:59.123456Z",
                "Event": "creation"
              },
              {
                "Date": "2022-01-23",
                "Event": "publication"
              }
            ],
            "Identifiers": [
              {
                "Identifier": "https://example.com/books/123",
                "Id": "identifier-1",
                "Scheme": "URI"
              },
              {
                "Identifier": "9781234567890",
                "Id": "identifier-2",
                "Scheme": "ISBN"
              }
            ]
          },
          "Manifest": {
            "Items": [
              {
                "Id": "ncx",
                "Href": "toc.ncx",
                "MediaType": "application/x-dtbncx+xml"
              }
            ]
          },
          "Spine": {
            "Toc": "ncx"
          }
        },
        "Epub2Ncx": {
          "FilePath": "Content/toc.ncx",
          "Head": {},
          "DocTitle": "Test title",
          "DocAuthors": [
            "John Doe"
          ],
          "NavMap": {}
        },
        "ContentDirectoryPath": "Content"
      },
      "Content": {
        "AllFiles": {
          "Local": [
            {
              "$ref": 1
            }
          ]
        }
      }
    }
  }
]