in reply to Re: repairing a broken xml using LibXML
in thread repairing a broken xml using LibXML

In my past experience with these broken xml files it seems that the beginning of the namespace always gets clipped some. Is there a way to repair the namespace?

Update I was wrong about what gets clipped. Its actually the XML version tag (if thats what its called, I have no idea);<?xml version="1.0" encoding="UTF-8"?>.

  • Comment on Re^2: repairing a broken xml using LibXML