[
https://issues.apache.org/jira/browse/TIKA-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13112496#comment-13112496
]
Pablo Queixalos commented on TIKA-727:
--------------------------------------
Great !
(i) The non-breaking-space entities inserted with Author-Comment extraction are
missing a semicolon :
- HSLFExtractor.java:100 xhtml.characters( " - ");
should be :
- HSLFExtractor.java:100 xhtml.characters( " - ");
> Improve the outputed XHTML by HSLFExtractor
> -------------------------------------------
>
> Key: TIKA-727
> URL: https://issues.apache.org/jira/browse/TIKA-727
> Project: Tika
> Issue Type: Improvement
> Components: parser
> Affects Versions: 0.10
> Reporter: Pablo Queixalos
> Priority: Minor
> Attachments: HSLFExtractor.java
>
>
> The XHTML output of HSLFExtractor parser is not pure XHTML, it only inserts
> the full text into a P[aragraph] tag (including non-html carriage returns).
> This behavior comes from the poor capabilities that the POI
> PowerPointExtractor offers.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira