Darren Carlton <darren@bea.com> pointed out that Javadoc
package.html files may, in fact, be full HTML documents. To
avoid the <!doctype> elements etc appearing in the first
sentence of the package -level documentation, I changed
RootDocToXml.java to only use the text between the <body>
elements in a package.html file. This fix does not appear in
JDiff1.0.8. This fix only solves the issue for package.html
HTML, not the general issue of HTML comments.
~Matt
doar@pobox.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=342267
Yes, I guess you're right, that would be helpful.
~Matt
doar@pobox.com
Logged In: YES
user_id=342267
That would be a nice option.
~Matt
Logged In: YES
user_id=342267
Darren Carlton <darren@bea.com> pointed out that Javadoc
package.html files may, in fact, be full HTML documents. To
avoid the <!doctype> elements etc appearing in the first
sentence of the package -level documentation, I changed
RootDocToXml.java to only use the text between the <body>
elements in a package.html file. This fix does not appear in
JDiff1.0.8. This fix only solves the issue for package.html
HTML, not the general issue of HTML comments.
~Matt
doar@pobox.com