KOffice filters status:   HTML FILTER


Import | Export


Up

Import HTML for KWord

Last update 06 Jun 2001
Features - Crude!
- XHTML 1.0 or well-formed HTML 4.01 only!
- Imports character entity references (from 23 May 2001 on.)
Todo - <font>
- tables
- images
- use really CSS2 (not just a very little part of it)
- many other tags
- importing non-well-formed HTML 4.01 or older
- possibility to force an encoding in which the file will be read
History 20 Apr 2001 New (single pass) HTML filter
07 May 2001 Removing code of the old import filter
09 May 2001 Removing code of the former two pass filter system
Authors Nicolas Goutte
Links HTML 4.01
XHTML 1.0
Cascaded Style Sheets Level 2 (CSS2)
Progress report
Up






Up

Export KWord to HTML

Last update 30 Jun 2001
Features - Export to HTML 4.01 or XHTML 1.0 documents
- Three modes: "Spartan", "Direct", "Style"
- Lists
- Character formatting (not in "Spartan" mode)
- Paragraph formatting (not in "Spartan" mode)
- Partial CSS2 support ("Style" mode, no style sheets)
- Indentations (only in "Style" mode)
Todo - Finish the complete re-write
- Fix white space problems (space at start, space at end, multiple consecutive spaces)
- Other Unicode encodings (e.g. UTF-16)
- Other non-Unicode encodings (e.g. ASCII, Local encoding)
- Tables
- Images
- Special treatement for paragraphs in fixed fonts (needed or not?)
- CSS2 (style sheets)
- Have a correct font size algorithm
History 04 Feb 2001 Start of complete re-write.
06 Feb 2001 First version that can export XHTML 1.0.
08 Feb 2001 New export mode : "Spartan".
06 Mar 2001 Fixes a font size bug in "direct" mode.
07 Mar 2001 New mode "Style"
19 Mar 2001 Fix the bug due to the new KWord
01 Jun 2001 Lists (unorderd and ordered)
06 Jun 2001 Paragraph formatting
12 Jun 2001 Indentations
30 Jun 2001 New Dialog
Authors Nicolas GOUTTE
Links HTML 4.01
XHTML 1.0
Cascaded Style Sheets Level 2 (CSS2)
Progress report -
Up