xmldom icon indicating copy to clipboard operation
xmldom copied to clipboard

Keep whitespace in ProcessingInstruction's data field

Open Holzhaus opened this issue 7 years ago • 0 comments

This fixes Processing Instruction parsing (except for the XML declaration problem, which is fixed by #209), so that whitespace won't be stripped.

Details: https://www.w3.org/TR/2008/REC-xml-20081126/#sec-pi

Holzhaus avatar Jun 11 '17 22:06 Holzhaus