Hi,
I am creating a .xml file using classic asp. Problem i have is the folowing string of the code gets an error because ASP can't handle my double quotes in the link section it wants single quote link='code in here' but i can't do that. If i do, When it translates to the xml page i get an error.
I figure it is easier to do something in the ASP to pass the double quotes than doing something on the XML page.
Any help would be appreciated. Thanks
I am creating a .xml file using classic asp. Problem i have is the folowing string of the code gets an error because ASP can't handle my double quotes in the link section it wants single quote link='code in here' but i can't do that. If i do, When it translates to the xml page i get an error.
I figure it is easier to do something in the ASP to pass the double quotes than doing something on the XML page.
Any help would be appreciated. Thanks
Code:
act.WriteLine"<set label='"&(oRs("wce_uid"))&"' value='"&(oRs("Amount"))&"' link="javascript:loadTwo('SalesDrillDownBuilder_Chart.asp?filename=filename')" />" & vbcrlf