Menu

Error removing node VTD-Parser

2013-03-04
2013-05-15
  • Hugo Meneses

    Hugo Meneses - 2013-03-04

    I’m working with your library vtd-xml parser (Java), and it can’t remove a node inside an array.
    For example my XML is:

    And I want to overwrite it, but using remove() function (VTDParser), it fails with this error trace:

    I checked the path that is being called (with XML plugin for Notepad++, obtaining the path debugging with NetBeans), and it’s correct.
    It seems to be a bug in the function longAt() in FastLongBuffer class.

    Thanks for your help.

     
  • jimmy zhang

    jimmy zhang - 2013-03-11

    What is the code that you use to remove the node?

     

Log in to post a comment.