Problem/Motivation

libXML may exceed default limits of document size/tree depth and fails to import data.

Proposed resolution

Add option to remove limitations from parser.

User interface changes

Additional checkbox in XML parser settings on feed config page.

Comments

Status: Needs review » Needs work

The last submitted patch, feeds_xpathparser_large_xml_processing.patch, failed testing.

twistor’s picture

This is added by default in Feeds Extensible parsers.

I would be open to accepting a patch that just adds this automatically, but there needs to be a check if (defined(LIBXML_PARSEHUGE) {} because it doesn't exist for all versions of libxml.

  • twistor committed 4688ba0 on 7.x-1.x
    Issue #2474509 by Temoor, twistor: Large XML processing
    
twistor’s picture

Status: Needs work » Fixed
twistor’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.