Changes between Version 6 and Version 7 of BOOK_HTML_EXPORT_R0


Ignore:
Timestamp:
06/03/09 19:09:19 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_HTML_EXPORT_R0

    v6 v7  
    4949    * The FrameToHtmlPersister will invoke two other persisters for text and images: 
    5050     * [source:branches/private/peko/peko2/modules/org.sophie2.extra.func.html/src/main/java/org/sophie2/extra/func/html/persister/HotTextToHtmlPersister.java HotTextToHtmlPersister] having a schema "hottext|storage|html" - will convert a Sophie formated text to a storage node.  
    51      * [source:branches/private/peko/peko2/modules/org.sophie2.extra.func.html/src/main/java/org/sophie2/extra/func/html/persister/ImageToHtmlPersister.java ImageToHtmlPersister] having a schema "imm:image|storage|html" - will convert a Sophie ImmImage to a storage node. 
     51     * [source:branches/private/peko/peko2/modules/org.sophie2.extra.func.html/src/main/java/org/sophie2/extra/func/html/persister/ImmImageToHtmlPersister.java ImmImageToHtmlPersister] having a schema "imm:image|storage|html" - will convert a Sophie ImmImage to a storage node. 
    5252    * These will also be extensions of the MasterPersister. 
    5353  * 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.