[ http://jira.codehaus.org/browse/DOXIA-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_101862 ]
Vincent Siveton commented on DOXIA-123: --------------------------------------- For the log, the main differences between m1 and xhtml1-transitional are: * added properties element which has author and title element * elements already mentioned The differences between m1 and m2 DTD are: * removed head, escapeXml and navbar elements * added macro element The critical problem to have a DTD is the macro element which is dynamic. I propose to change the xdoc parser to handle the following: {code:xml} <macro name="snippet"> <parameter name="id" value="toto"/> <parameter name="url" value="http://myserver.org/toto.xml"/> </macro> {code} instead of: {code:xml} <macro name="snippet" id="toto" url="http://myserver.org/toto.xml"/> {code} WDYT? > Create an xdoc dtd for maven 2 > ------------------------------ > > Key: DOXIA-123 > URL: http://jira.codehaus.org/browse/DOXIA-123 > Project: doxia > Issue Type: Task > Components: Module - Xdoc > Reporter: Lukas Theussl > > In Maven 1, a valid xdoc was defined to be something that was converted into > a valid xhtml document by the m1 xdoc plugin. I guess in m2 the same > procedure should be applied to doxia. We need to identify the features that > 1) should be added 2) should be removed with respect to the m1 xdoc dtd. -- 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