Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect double quote escape (typo) #2

Closed
GoogleCodeExporter opened this issue Mar 15, 2015 · 3 comments
Closed

incorrect double quote escape (typo) #2

GoogleCodeExporter opened this issue Mar 15, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

In XMLWriter.m
The escape sequence for quote is

written as 
                        [self write:@"&qout;"];
Where it should be:
                        [self write:@"""];


See
http://www.w3.org/TR/xml11/

To allow attribute values to contain both single and double quotes, the 
apostrophe or single-quote character (') may be represented as "'", and 
the double-quote character (") as """.

Original issue reported on code.google.com by [email protected] on 18 Mar 2011 at 9:40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant