You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/01/23 05:40:34 UTC

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

    [ https://issues.apache.org/jira/browse/ANY23-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14288729#comment-14288729 ] 

ASF GitHub Bot commented on ANY23-131:
--------------------------------------

GitHub user lewismc opened a pull request:

    https://github.com/apache/any23/pull/10

    ANY23-131 Nested Microdata are not extracted

    Trivial patch which addresses a recent mailing list item
    http://www.mail-archive.com/user%40any23.apache.org/msg00166.html

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lewismc/any23 ANY23-131

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/any23/pull/10.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #10
    
----
commit 19abecc58c064cd388d3dcfe29ac90f1b7750ae0
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Date:   2015-01-23T04:37:04Z

    ANY23-131 Nested Microdata are not extracted

----


> Nested Microdata are not extracted
> ----------------------------------
>
>                 Key: ANY23-131
>                 URL: https://issues.apache.org/jira/browse/ANY23-131
>             Project: Apache Any23
>          Issue Type: Bug
>          Components: microdata
>    Affects Versions: 0.7.0
>            Reporter: Sebastien Richard
>             Fix For: 1.2
>
>
> Proposed patch:
> core/src/main/java/org/apache/any23/extractor/microdata/MicrodataParser.java:
> remove incorrect optim:
> L166
> - return getUnnestedNodes( topLevelItemScopes ); 
> + return topLevelItemScopes;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)