We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Activity
zhengchun commentedon Dec 8, 2021
@hokumski , Please provide your XML file.
hokumski commentedon Dec 9, 2021
v1.3.8
publication-6430.xml.zip
zhengchun commentedon Dec 10, 2021
v1.3.9 to fix