Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-9
-
Fix Version/s: 1.1
-
Component/s: Module - Xdoc
-
Labels:None
-
Number of attachments :
Description
See MSITE-257. The problem I see is that the emitted event will be html specific (but there are already tons of examples of that in our parsers). I see two possible solutions:
- factor out all module-dependent bits into a lower-level parser (eg XdocSiteParser in site-renderer?)
- add a generic method (unknownTag() ?) to the sink API that could be used by only the sinks that know what to do with the event
Issue Links
| This issue is depended upon by: | ||||
| MSITE-257 | Double quote character rendered as entity, which breaks JavaScript |
|
|
|
Done in r583267. The html specific code needs a separate issue.