Giter Site home page Giter Site logo

Comments (3)

cowtowncoder avatar cowtowncoder commented on September 23, 2024

Ok. So, the problem here is that you are feeding the same input twice: first via createAsyncFor(), and then also byte-by-byte in loop. Error message is bit vague, and it really should try to explain the issue better (it is trying to see if we get a comment or processing instruction -- which would be valid -- but instead would get a tag which is illegal, as only single root is allowed).
I'll file a separate issue for better error message.

So: either pass input document in when construction, or feed it in chunks, but not both.

The other minor thing is that end marker should be indicated separately from feeding the last byte (otherwise the last byte might not be read). But I don't know if that causes problems here.

from aalto-xml.

asfandyar-malik avatar asfandyar-malik commented on September 23, 2024

@cowtowncoder can you write correct code for it. I have been trying for a long time and I can find good documentation.

from aalto-xml.

cowtowncoder avatar cowtowncoder commented on September 23, 2024

@AaMalik Same problem here: please read my explanation. It is frustrating to be asked again after fully explaining the issue. And if you do not understand the issue, ask question about which part is specifically problematic.

from aalto-xml.

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.