[
https://issues.apache.org/jira/browse/TIKA-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13112496#comment-13112496
]
Pablo Queixalos edited comment on TIKA-727 at 9/22/11 12:12 PM:
----------------------------------------------------------------
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( " - ");
(i) The attribute name for the high level DIV 'style' should be 'class'
_Sorry for the quality of my little contrib._
was (Author: pqueixalos):
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