You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Sebastien Richard (JIRA)" <ji...@apache.org> on 2012/11/08 19:58:12 UTC

[jira] [Created] (ANY23-131) Nested Microdata are not extracted

Sebastien Richard created ANY23-131:
---------------------------------------

             Summary: Nested Microdata are not extracted
                 Key: ANY23-131
                 URL: https://issues.apache.org/jira/browse/ANY23-131
             Project: Apache Any23
          Issue Type: Bug
          Components: core
    Affects Versions: 0.7.0
            Reporter: Sebastien Richard


Proposed patch:

core/src/main/java/org/apache/any23/extractor/microdata/MicrodataParser.java:

remove incorrect optim:

L166
- return getUnnestedNodes( topLevelItemScopes ); 
+ return topLevelItemScopes;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira