Showing "&" sign in XML file
-
As part of my program I should create a XML file and it should contain a URL. That URL is containing '&' sign. Whenever I put '&' sign in XML file, Internet exploerer is not taking it and showing error Following is a simple XML file Once I open this XML file in the IE, it gives following error " A semi colon character was expected. Error processing resource If I remove the & sign from the url, then XML file is opening and working fine How to solve this problem? Please let me know
-
As part of my program I should create a XML file and it should contain a URL. That URL is containing '&' sign. Whenever I put '&' sign in XML file, Internet exploerer is not taking it and showing error Following is a simple XML file Once I open this XML file in the IE, it gives following error " A semi colon character was expected. Error processing resource If I remove the & sign from the url, then XML file is opening and working fine How to solve this problem? Please let me know
-
As part of my program I should create a XML file and it should contain a URL. That URL is containing '&' sign. Whenever I put '&' sign in XML file, Internet exploerer is not taking it and showing error Following is a simple XML file Once I open this XML file in the IE, it gives following error " A semi colon character was expected. Error processing resource If I remove the & sign from the url, then XML file is opening and working fine How to solve this problem? Please let me know
Replace & with &