nnguyen / google-enterprise-connector-manager

Automatically exported from code.google.com/p/google-enterprise-connector-manager
Apache License 2.0
2 stars 1 forks source link

XmlUtils should use ' instead of ' #227

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to http://www.w3.org/TR/xhtml1/#C_16 :

"The named character reference ' (the apostrophe, U+0027) was introduced 
in XML 1.0 but does not appear in HTML. Authors should therefore use ' 
instead of ' to work as expected in HTML 4 user agents."

Internet Explorer does not (always?) handle ' in places where it does 
handle '

This may not always cause problems, but if a ' (single quote) is used in a form 
snippet when creating a new connector instance in IE and validateConfig returns 
a non-null form snippet for any reason, then IE may fail to dereferences the 
' entity. This may lead to further configuration errors or runtime errors 
in the connector instance.

Original issue reported on code.google.com by jla...@google.com on 3 Nov 2010 at 12:52

GoogleCodeExporter commented 9 years ago
Fixed in revision 2643.

Original comment by jla...@google.com on 3 Nov 2010 at 11:54

GoogleCodeExporter commented 9 years ago

Original comment by jla...@google.com on 9 Dec 2010 at 10:18