Skip to content

Error in error message... #1344

@iherman

Description

@iherman

Consider this in the package file:

  <manifest>
    <item id="content_001" properties="scripted" fallback="#fallbackid" href="content_001.xhtml" media type="application/xhtml+xml" />
    <item id="fallbackid" href="content_fallback.xhtml" media-type="application/xhtml+xml" />
    <item id="nav" properties="nav" href="nav.xhtml" media-type="application/xhtml+xml" />
  </manifest>

Epubcheck flags an error because it should be fallback="fallbackid". However, the error message says:

ERROR(RSC-005): [...]: Error while parsing file: value of attribute "fallback" is invalid; must be an XML name without colons

The problem is not a colon, the problem is a hash mark...

Metadata

Metadata

Assignees

Labels

priority: lowTo be processed when time allowsstatus: in discussionThe issue is being discussed by the development teamtype: improvementThe issue suggests an improvement of an existing feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions