Description of problem: The syntax-highlighting seems to know what annotations in java source code are but doesn't know how to mark them up & leaves <xslthl> tags around them. Version-Release number of selected component (if applicable): 0.38 How reproducible: every time Steps to Reproduce: 1 - specify language="java" for a programlisting containing annotations. Doesn't matter if it is inline code or included via xi:include <programlisting language="java">@Publish(WebserviceContractPublisher.class) public class SOAPProcessor extends AbstractActionPipelineProcessor { // ... }</programlisting> Actual results: <xslthl:annotation>@Publish(WebserviceContractPublisher.class)</xslthl:annotation> public class SOAPProcessor extends AbstractActionPipelineProcessor { // ... } Expected results: @Publish(WebserviceContractPublisher.class) public class SOAPProcessor extends AbstractActionPipelineProcessor { // ... } Additional info: log output when building html Element annotation in namespace 'http://xslthl.sf.net' encountered, but no template matches. log output when building pdf xslthl:annotation encountered, but no template matches.
Added handling of xslthl:annotation to PDF and XHTML outputs.
publican-0.39-0.fc9, publican-fedora-0.16-0.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.