What is that request to reassign elements at the bottom of the Upload Page, when my upload is done? What should I do?
When you are uploading a set of HTML files into an OEB package, XHub expects to see only 4.0 elements in your file. Generally, XHub runs files through HTML Tidy in order to correct HTML errors. However, some of these errors get by. If XHub encounters elements that are not in the 4.0 DTD, it will ask you to suggest an HTML element name to use in place of the unknown element. XHub replaces the unkown element’s start and end tags with the start and end tags of the element you select. You must be careful to pick a replacement element that will form legal HTML in the place of the unkown element, otherwise the file may no longer be valid XML. The most important distintion if you aren’t familiar with the role of the unkown element is whether it is a phrase level element, like a marker for italics or bold, or if it is a chunk level element like a paragraph. These can’t be mixed. If you aren’t sure, you can substitute , or
- for something that only surrounds a few words within a chunk