site-plugin-2.0 uses doxia 1.0, your link points to the docs for doxia-1.1. You
can try site-plugin-2.1-SNAPSHOT, see if that helps, otherwise please file an
issue [1] with a reproducible test case.
Thanks,
-Lukas
[1]
http://jira.codehaus.org/browse/DOXIABernhard Grünewaldt wrote:
> 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_style>
> So 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
>