joint
joint copied to clipboard
Invalid XML entity
The text attr with a space in it puts a that is not a valid XML entity (it should be &xA0;)
+1 Also seeing this
I am not sure here. It's necessary to use no-break spaces otherwise IE would collapse all spaces into one. Where does it actually cause problems?
Note that if you need to convert a DOM Subtree to a text (e.g data uri (data:image/svg+xml;
) you can post-process it.
In the end I added a regular expression that fixes this and other problems.
I am not sure here. It's necessary to use no-break spaces otherwise IE would collapse all spaces into one. Where does it actually cause problems?
Note that if you need to convert a DOM Subtree to a text (e.g data uri (data:image/svg+xml;
) you can post-process it.
Reply to this email directly or view it on GitHub: https://github.com/clientIO/joint/issues/205#issuecomment-189698645