Hi,
Now I want to handle <font> tag which is deprecated in xhtml. I just
want to skip <font> tag, that's easy. But some font tag contain some
font info like size, color, etc,
<p><font size="2" style="font-size: 10pt"
color="red">test</font></p>.
I want to change this to xhtml style, etc,
<p style="font-size: 10pt; color: red">test</p>
I want to know if now the wikimodelxhtmlparser and
xwikisyntaxrendering can handle <p style="color:red">test</p>
correctly.
What will be generated when change the style attribute in p tag to
xwiki syntax 2.0?
--
Thanks
Wang Ning