Issue in building XML using Request.Form in asp pages
-
We are building a XML at runtime using Request.Form. For Example the webpage has multiple vehicles the expected format is <hid_veh>N</hid_veh><hid_veh>Y</hid_veh>, But sometime the XML is framed like <hid_veh>N,Y</hid_veh>because of this the xml file is not transformed properly. Please advice on why it’s happening. Thanks in advance.
-
We are building a XML at runtime using Request.Form. For Example the webpage has multiple vehicles the expected format is <hid_veh>N</hid_veh><hid_veh>Y</hid_veh>, But sometime the XML is framed like <hid_veh>N,Y</hid_veh>because of this the xml file is not transformed properly. Please advice on why it’s happening. Thanks in advance.
Dpriya wrote:
N,Y
I believe your problem is the xml format is incorrect. In that case you must investigate the code that creates the above xml format. That may solve your issue.
If you are not criticized, you may not be doing much. 'Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.' Robert Heinlein (1907 - 1988)