Changes between Version 4 and Version 5 of BOOK_HTML_EXPORT_R0
- Timestamp:
- 06/03/09 18:58:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_HTML_EXPORT_R0
v4 v5 46 46 * PageToHtmlPersister having a schema "page|storage|html" - will convert a page to a storage node. 47 47 * FrameToHtmlPersister having a schema "frame|storage|html" - will convert a frame to a storage node. 48 * ImageToHtmlPersister haging a schema "imm:image|storage|html" - will convert a Sophie ImmImage to a storage node. 48 * The FrameToHtmlPersister will invoke two other persisters for text and images: 49 * HotTextToHtmlPersister having a schema "hottext|storage|html" - will convert a Sophie formated text to a storage node. 50 * ImageToHtmlPersister having a schema "imm:image|storage|html" - will convert a Sophie ImmImage to a storage node. 49 51 * Will create a Persister implementation named HthlPersister for converting from a storage tree to HTML file. It will have a schema as follows - "storage|text:html|html". It will create an XHTML file and a directory containing the resources - current only the images. It will also be registerred as an extension to the MasterPersister. 50 52