You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version has been added some simple features to it, as follows: -
Added [EpubLanguageRelatedAttributes] to certain classes (EpubMetadataDescription, EpubMetadataPublisher, EpubMetadataRight) and will be filled during the processing of some meta items to support the xml:lang, and dir attributes.
[PackageReader].readMetadata > result.MetaItems are now filled in before iterating over the children of [metadataNode].
Added support for the specification of ePub 3.0 for the element's creator and contributor.
Types of titles were collected instead of one title, to be processed in the application that uses the package.
To provide processing: Main, subtitle, short, collection, edition and expanded.
Example of the process:
The data coming from the package can be transferred to classes and stored as it is in a database that accepts this matter. I do not like to use Pull Requests permanently.
The text was updated successfully, but these errors were encountered:
This version has been added some simple features to it, as follows: -
xml:lang
, anddir
attributes.[PackageReader].readMetadata > result.MetaItems are now filled in before iterating over the children of [metadataNode].
Example of the process:
The data coming from the package can be transferred to classes and stored as it is in a database that accepts this matter.
I do not like to use Pull Requests permanently.
The text was updated successfully, but these errors were encountered: