[ http://jira.codehaus.org/browse/MNG-545?page=comments#action_43168 ]
Antoine commented on MNG-545: ----------------------------- In maven 1, I had used a <p class="brStyleReplacement">bla bla</p> to avoid the "<br/> problem". In M2, this work around can't do it any more as the class atribute is not kept in the XHTML produced. > M2 / xdoc / attribute of xhtml tags are filtered => so can't use all xhtml > features. > ------------------------------------------------------------------------------------ > > Key: MNG-545 > URL: http://jira.codehaus.org/browse/MNG-545 > Project: Maven 2 > Type: Bug > Components: maven-reports > Environment: w2k > Reporter: Antoine > Fix For: 2.0-beta-2 > > > in xdocs > in a <p> tag : the class and the id attributes are filtered. So can't use > special css styles. > in a <a> tag : target and title attributes are filtered (but not the href > ....). so can't use full features of <a> (I did not try the img attribute, > etc....) > => xhtml in xdocs should be rendered as much as it is written in the xdoc > file. > (other problem related : <br/> tag is transformed in "<br><br/>", so put a > double line in most browser... (a jira issue is yet open for M1). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
