Navigation Menu

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

Escaping seems to be not complete #2

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 5 comments
Closed

Escaping seems to be not complete #2

GoogleCodeExporter opened this issue Mar 14, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

While testing escaped graphs (NewEscape), I discovered that most probably in 
non-HTML strings all HTML (XML) control characters should be escaped. 

http://www.graphviz.org/doc/info/lang.html:

"In addition, the content must be legal XML, so that the special XML escape 
sequences for ", &, <, and > may be necessary in order to embed these 
characters in attribute values or raw text."

I've attached the patch.

Original issue reported on code.google.com by Smirnov....@gmail.com on 28 May 2014 at 8:44

Attachments:

@GoogleCodeExporter
Copy link
Author

Looks good, would you like some copyright?

Original comment by awalterschulze on 29 May 2014 at 6:33

@GoogleCodeExporter
Copy link
Author

Original comment by awalterschulze on 29 May 2014 at 6:44

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

No copyright, this is trivial change. Thanks!

Original comment by Smirnov....@gmail.com on 29 May 2014 at 12:36

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision 454bc64fdfa2.

Original comment by awalterschulze on 30 May 2014 at 9:20

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Thank you very much

Original comment by awalterschulze on 30 May 2014 at 9:20

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