in reply to Re: Perl panicking XML::LibXML::Reader copyCurrentNode (updated)
in thread Perl panicking XML::LibXML::Reader copyCurrentNode
Thank you for your feedbacks. While I was preparing a snippet of my input data, I discovered the following: if I delete from my input file the first two lines
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE martif SYSTEM "TBXcoreStructV02.dtd">
my Perl doesn't crash. (My XML-LibXML: 2.0125). Is this normal?
ADDED: actually it is the second line which causes Perl to crash...as I do not have any TBXcoreStructV02.dtd, how can I jump this line? As the XML is huge, I do not want to manipulate it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl panicking XML::LibXML::Reader copyCurrentNode
by haukex (Archbishop) on Apr 30, 2018 at 13:49 UTC | |
by IB2017 (Pilgrim) on Apr 30, 2018 at 13:57 UTC | |
|
Re^3: Perl panicking XML::LibXML::Reader copyCurrentNode (updated)
by choroba (Cardinal) on Apr 30, 2018 at 13:40 UTC |