Hacker News new | ask | show | jobs
by Xarodon 753 days ago
XML parsers suffer the same fragmentation issues that JSON parsers do.

Go's XML parser straight-up emits broken XML when trying to output tags that have prefixed namespaces.

1 comments

How come? Someone had a boring summer and made their own instead of using libxml2?