Open narumincho opened 5 years ago
"""<?xml-stylesheet type="text/xsl" href="style.xsl"?><node />""" |> XmlParser.parse |> Result.map XmlParser.format
が
Ok ("<?xml-stylesheet type="text/xsl" href="style.xsl"?><node />")
ではなく
Ok ("<?xml-stylesheet type="text/xsl" href="style.xsl"?><node />")
になってしまっている
Second this. Processing instructions are not serialized correctly. (At least, I think this issue is about this 😉)
が
ではなく
になってしまっている