[ 
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:27 PM:
----------------------------------------------------------------

Great !

(i) The non-breaking-space entities inserted with Author-Comment extraction are 
missing a semicolon :
- HSLFExtractor.java:100   xhtml.characters( "&nbsp-&nbsp");
should be : 
- HSLFExtractor.java:100   xhtml.characters( " - ");

(i) The attribute name for the high level DIV 'style' should be 'class'

_Sorry for the bad quality of my little contrib._

(i) MasterSheet data is present for each slide (not pretty). This behavior 
links to the discussion on TIKA-712.

      was (Author: pqueixalos):
    Great !

(i) The non-breaking-space entities inserted with Author-Comment extraction are 
missing a semicolon :
- HSLFExtractor.java:100   xhtml.characters( "&nbsp-&nbsp");
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._
  
> 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

        

Reply via email to