GithubHelp home page GithubHelp logo

Comments (3)

leethomason avatar leethomason commented on June 2, 2024 1

Attributes were getting parsed with the incorrect parsing function. You caught a good bug; thanks. Just pushed a fix.

from tinyxml2.

leethomason avatar leethomason commented on June 2, 2024

I just added a test case, exactly as you provided. The output:

[pass] Attribute with space [Test Attribute][Test Attribute]

Is correct. Can you send a test case, or submit a pull request with a test that shows the problem?

from tinyxml2.

kinar avatar kinar commented on June 2, 2024

Let me start by offering my apologies for giving you a bad issue case/description. I went back ant tested just now after seeing your test case and apparently my debugging skills weren't quite as good as I thought previously.

I was getting a XML_ERROR_PARSING_ATTRIBUTE error when processing my document and while stepping through the parser saw that it was erroring out after processing the space and assumed it was the space in the attribute value (other parsers I had tried failed here as well). Apparently it was the wrong space. The space the parser isn't handling correctly is after the equal sign. My document is actually in the following format:

static const char* xml = "<element attribute1 = "Test Attribute"/>";

and it fails with XML_ERROR_PARSING_ATTRIBUTE.

After trying the various scenarios, the only space that causes a problem is the one immediately following the =. As a result:

static const char* xml = "<element attribute1= "TestAttribute"/>";

fails with the same error as above.

I updated my original post to reflect the initial post was incorrect for the use of others reading this thread.

from tinyxml2.

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.