Return-Path: X-Original-To: apmail-any23-dev-archive@www.apache.org Delivered-To: apmail-any23-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 684491877E for ; Wed, 13 Jan 2016 16:51:40 +0000 (UTC) Received: (qmail 75530 invoked by uid 500); 13 Jan 2016 16:51:40 -0000 Delivered-To: apmail-any23-dev-archive@any23.apache.org Received: (qmail 75276 invoked by uid 500); 13 Jan 2016 16:51:40 -0000 Mailing-List: contact dev-help@any23.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@any23.apache.org Delivered-To: mailing list dev@any23.apache.org Received: (qmail 75149 invoked by uid 99); 13 Jan 2016 16:51:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jan 2016 16:51:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DE9482C1F69 for ; Wed, 13 Jan 2016 16:51:39 +0000 (UTC) Date: Wed, 13 Jan 2016 16:51:39 +0000 (UTC) From: "Lewis John McGibbney (JIRA)" To: dev@any23.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ANY23-131) Nested Microdata are not extracted MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ANY23-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15096520#comment-15096520 ] Lewis John McGibbney commented on ANY23-131: -------------------------------------------- [~danielsachse] apologies for late reply... I get the dev@ messages in a bath request so only just for this. I'll reply later on once I've looked into the code. Thank you > 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 > Assignee: Lewis John McGibbney > 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)