开发者

how to store data in xml file from textbox in html

开发者 https://www.devze.com 2023-01-10 22:42 出处:网络
how to store data 开发者_开发技巧in xml file from textbox in html.You can\'t in HTML. What processing software are you using?It doesn\'t make sense to convert the entered xml to html client-side and t

how to store data 开发者_开发技巧in xml file from textbox in html.


You can't in HTML. What processing software are you using?


It doesn't make sense to convert the entered xml to html client-side and then submit it to store it. Best would be, accept the data in xml and convert to html on server side and store it. I am sure, if you can do it using javascript, you can do it server-side code.

0

精彩评论

暂无评论...
验证码 换一张
取 消