You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have an option (default off) that would exclude the characters not allowed in XML even as an entity reference. These characters cause XML validation to fail. For example,
Another XML vs. HTML issue is how to encode using only named XML entities (i.e. &, <, >, ' and "). Don't think this is possible in the API today, but perhaps it should be? Just a very minor issue of course.
Ended up with a few extra lines of JS to work-around this:
This may not be worth it, but here goes…
E.g.
…
→ U+0085 in XHTML, while in HTML it’s U+2026.http://www.w3.org/TR/xml/#d0e3895
Entities for these symbols are allowed in XML: http://www.w3.org/TR/xml/#NT-Char
The text was updated successfully, but these errors were encountered: