Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-550 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-550 Summary: html2xdoc - nested headings and text formatting problems Type: Bug Status: Unassigned Priority: Minor Time Spent: Unknown Remaining: 0 minutes Project: maven Components: plugin-other Versions: 1.0-beta-10 Assignee: Reporter: Evan Koffler Created: Sat, 5 Jul 2003 11:39 PM Updated: Sat, 5 Jul 2003 11:39 PM Environment: not applicable Description: Plugin: html2xdoc Attached is a patch. The cvs diff -u output was larger than the original file and several new files were added for test cases, which meant it is better to tar up the entire set of changes. The attached tar.gz file can be unpacked onto html2xdoc. html2xdoc has a few deficiencies. One documented in its own code. The three things fixed at the moment are: 1) allowing for nested headings (h1/h2) to correspond to section/subsection xdoc tags. 2) Comments within a section were having the comment markers stripped out by the getText() call, which was leaving the comment text as part of the paragraph text. This happened when using a DreamWeaver template which marks editable regions with XML comments. 3) Provides for better formatting on an anchor href ('a href'). This was also caused by treating everything in a section as text rather than processing text styling/formatting nodes. It is still a problem for bold, italics, etc. --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
