Simple document:-
<?xml version="1.0" encoding="UTF-8"?> <Tag>Foo
Bar</Tag>
After Pretty Print (F11):-
<?xml version="1.0" encoding="UTF-8"?> <Tag>Foo Bar</Tag>
Entity shouldn't be changed to line break.
Pretty print is carried out by libxml. Unfortunately, there is no option in libxml to control this behavior. http://lists.xml.org/archives/xml-dev/200005/msg00245.html
We have to find another way to do pretty print.
Log in to post a comment.
Pretty print is carried out by libxml. Unfortunately, there is no option in libxml to control this behavior.
http://lists.xml.org/archives/xml-dev/200005/msg00245.html
We have to find another way to do pretty print.