Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-8
-
Fix Version/s: 1.1
-
Component/s: Module - Fml
-
Labels:None
-
Number of attachments :
Description
Questions/answers in an fml document may contain (almost) arbitrary html tags (eg lists, paragraphs) but the question/answer in the Faq model is defined as a simple String and questions/answers are emitted as rawText by the parser. That means that FmlParser events can only be consumed correctly by the XhtmlSink (or XmlSink).
Issue Links
| This issue is related to: | ||||
| DOXIA-17 | FAQ Questions containing <code>, <p> and other tags was not formatted and was displayed as <code>, <p> etc. This is related to issue -- MNG-969 |
|
|
|
In addition, toplinks and <source> elements are emitted directly via rawText as html elements.