Git Product home page Git Product logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
I think the problem is about IGNORE_EMPTY_TEXT_NODES.
At line 788 in function _func_load_close_node() of roxml-parse-engine.c

"context->candidat_txt = roxml_create_node(context->pos+1, context->src, 
ROXML_TXT_NODE | context->type);" 

but I cannot find this pointer "context->candidat_txt" is freed before program 
ended without IGNORE_EMPTY_TEXT_NODES defined.

Original comment by [email protected] on 10 Dec 2012 at 10:58

from libroxml.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
Hello,

I definitely didn't do tests when IGNORE_EMPTY_TEXT_NODES isn't defined. I will 
check and fix that.

Thanks

Original comment by blunderer on 10 Dec 2012 at 5:18

  • Changed state: Started

from libroxml.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
The problem was the last element node. When closing this last elm node, we do 
create a txt node that was only deleted when IGNORE_EMPTY_TEXT_NODES was 
defined even though this should be done whatever the case.

Original comment by blunderer on 11 Dec 2012 at 2:52

  • Changed state: Fixed

from libroxml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.