Thanks Lukas, I will then stop my efforts here... Cheers
On Fri, Oct 14, 2011 at 11:18 AM, Lukas Theussl <[email protected]> wrote: > > This is a bug in Doxia, it should work by wrapping the content of the > <style> tag in a CDATA section, but it doesn't. I will file an issue. > > Cheers, > -Lukas > > > On 10/14/2011 10:29 AM, Christian Grobmeier wrote: >> >> Just found out... as per defintion you can usually add additional head >> elements to xdoc: >> http://maven.apache.org/doxia/references/xdoc-format.html >> >> >> <head> >> <style type="text/css"> >> h2 { >> font-size: 50px; >> } >> </style> >> </head> >> >> This should appear in the generated files, but doesnt. This is what we >> get: >> >> <!-- Optional HEAD element, which is copied as is into the XHTML >> <head> element --><style></style> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- http://www.grobmeier.de --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
