XML is very useful in any of the programming language. You have many controls of your data representation. One of the features of platform independent makes vital use of it.
In actual data we have different characters which are not supported in XML if we directly write in it. Here are some lists which can be used to replace actual character in XML.
Less than < can be replaced with <
Greater than > can be replaced with >
Ampersand & can be replaced with &
Quotation "can be replaced with "
Apostrophe ' can be replaced with &apos
At the end of replaced character we should keep one ;
Hope this list is useful when we want to use special character in XML.
No comments:
Post a Comment