View Single Post
Old 04-10-2012, 12:29 AM   #3
chitra19
Registered User
 
Join Date: Feb 2012
Location: In my World
Posts: 53
By escaping characters in HTML, the browser doesn't process them but still then we do come across instances where characters we have provided in the content is actually treated as code by the browsers. This is especially true when working with XML or XHTML.
In XML there are five characters entity references ( greater than >, less than <, ampersand &,quotation " and apostrophe ' ) that need to be escaped or the browser/parser doesn't treat them as markup. In these instances you must use entity escape code rather than the characters.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
chitra19 is offline   Reply With Quote