Closed hokumski closed 2 years ago
Hi!
There's possible "nil pointer dereference" error at line 145 of parse.go, p.prev could be nil
AddSibling(p.prev.Parent, node)
(I have XML file causing this error)
@hokumski , Please provide your XML file.
v1.3.8
parsed, err := xmlquery.Parse(strings.NewReader(string(xmlDataBytes)))
publication-6430.xml.zip
v1.3.9 to fix
Hi!
There's possible "nil pointer dereference" error at line 145 of parse.go, p.prev could be nil
(I have XML file causing this error)