in reply to Re: Crash on XML::DOM Remove Child
in thread Crash on XML::DOM Remove Child

No, It compiles fine and reads the xml File. I then want to delete some parts of it before writing a smaller file. When running the quoted function, it exits with the given error message (as in the Xemacs window) and exits. I am not sure if this is something I do wrong or if there is a bug in the AS - Version of my XML::DOM.

Cheers,
PerlingTheUK

Replies are listed 'Best First'.
Re^3: Crash on XML::DOM Remove Child
by rg0now (Chaplain) on Mar 09, 2005 at 10:47 UTC
    What I don't really understand is that what makes you think that it is the removeChild method that causes the crash. Have you tried to debug the program? Have you tried to place print statements to narrow the possibility of a wrong guess?

    If the problem persists and you can reproduce it on other boxen/platforms, please, try to post the XML snippet and the (shortened) code here or the perl-xml list, and I will try to hunt it down.

    rg0now