Hi friends,
I have a problem while parsing an xml file. When the value of an attribute contains �D; it gives error but when we use 
 it's ok..
Could anyone plz tell me what is the difference between these two.
<person name="sandeep �D; kumar"/> //cause error
<person name="sandeep 
 kumar"/> //ok
I have a problem while parsing an xml file. When the value of an attribute contains �D; it gives error but when we use 
 it's ok..
Could anyone plz tell me what is the difference between these two.
<person name="sandeep �D; kumar"/> //cause error
<person name="sandeep 
 kumar"/> //ok
Comment