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
We can't parse correctly:
<tag>I love 'entities' in a string</tag>
As it will result in:
tag->@"I love'entities'in a string"
Instead of:
tag->@"I love 'entities' in a string"
Parsing any entity like ' will strip the leading and trailing space characters. It will even strip any entity used to represent a space character, such as: 	 	 
 
     … …
The text was updated successfully, but these errors were encountered:
We can't parse correctly:
<tag>I love 'entities' in a string</tag>
As it will result in:
tag->@"I love'entities'in a string"
Instead of:
tag->@"I love 'entities' in a string"
Parsing any entity like ' will strip the leading and trailing space characters. It will even strip any entity used to represent a space character, such as: 	 	 
 
     … …
The text was updated successfully, but these errors were encountered: