Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.7 M2
-
None
-
Unit
-
Description
Consider the following xhtml input :
<table a="b"><tbody><tr c="d"><td e="f"> cell </td><td g="h"></td></tr></tbody></table>
When parsed through the xhtml->xwiki 2.0 parser, this generates :
(% a="b" %) | cell |
As you can see, row & cell attributes are completely missing.