Version 3 (modified by diana, 16 years ago) (diff) |
---|
Analysis
User should be able to import html text as a resource. Most of the html tags and styles should be applied to the resulting text. For example if there is a <b> tag - a corresponding bold style should be added for the resulting HotText. This style sholud be applied till </b> tag is met in the html document. The resulting text could have non-corresponding nesting of tags (example: <b><i></b></i>) due to the noncorresponding nesting in html.
Overview
- Provide "HTML Document..." in the Insert menu.
- Provide a chooser for the html files.
- Provide a "plain" resulting HotText from the html file resource, meaning that no styles or tags will be applied yet.
Task requirements
(List the necessary requirements that the task must fulfill.)
Task result
The result should be source code.
Implementation idea
(Provide some rough implementation idea(s).)
Related
(Add links to related tasks that could be useful or helpful.)
How to demo
(Provide instructions for demonstration of the task.)
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)