Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-9
-
Fix Version/s: 1.1
-
Component/s: Core, Module - Xdoc, Module - Xhtml, Modules, Sink API
-
Labels:None
-
Number of attachments :
Description
previous versions didn't do this, but it is happening on trunk. For an example, run it on the Archiva site and compare outputs with the last release.
Issue Links
- is related to
-
DOXIA-204
Add generic parameters support to Figure and Link events
-
Which attributes are missing? In doxia-alpha-8 the xdoc parser emitted img tags as rawText, which preserves all attributes but is bad because it cannot be consumed by other sinks than xhtml (see
DOXIA-183). Since doxia-alpha-9, img tags are properly handled as sink events but only the src, alt and title attributes are recognized.