Hello,
I am using Doxia and the Xdoc format together with maven-site-plugin
2.0-beta-7.
When I add "style" or "class" attributes to an <img> or <p> tag it gets
removed on the rendered site.
Here is mentioned that it is a valid attribute:
http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-xdoc/xsddoc/http___maven.apache.org_XDOC_2.0/element/img.html#attr_styleSo why does it get removed?
And the <table> <td> tags still don't know the cellpadding attribute.
Is there a way to use another version of maven-site-plugin where that
works, too?
If maven-site-plugin doesn't work, can I use a standalone version of
doxia, that does the same as maven-site-plugin? And if yes, can you tell
me how?
thx
Bernhard