Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for event and scheme attributes parsing #54

Merged
merged 2 commits into from
Sep 1, 2022
Merged

Conversation

vers-one
Copy link
Owner

@vers-one vers-one commented Sep 1, 2022

Fix for OPF event and OPF scheme attributes parsing

This is:

  • a bug fix
  • an enhancement

Related issue: #53

Description

This change fixes the issue where metadata/date/event and metadata/identifier/scheme XML attributes in the OPF package were not parsed properly.

Testing steps

  1. Open a EPUB 2 book which has these metadata properties and attributes set.
  2. Check the book.Schema.Package.Metadata.Dates[0].Event and book.Schema.Package.Metadata.Identifiers[0].Scheme properties and make sure they are not null.

@vers-one vers-one self-assigned this Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EPUB schema metadata/date/event and metadata/identifier/scheme attributes are not being parsed
1 participant