wanye
09-27-2002, 08:29 AM
hi guys.... how to i write an asp file that allows me to create a new xml file on the c:/ with processing instruction and tags like
<?xml version="1.0"?>
<content>
<title></title>
<s-title></s-title>
<p1></p1>
<p2></p2>
<image><image>
<p3></p3>
<image1></image1>
</content>
Also, how do i write a html form that allows me to write value to these tags calling to this asp file and update it on c:/ when i click on a submit button....??
I realli need urgent help on this but i realli dunno how to do so..becoz i am realli an idiot in asp....
Thx...
<?xml version="1.0"?>
<content>
<title></title>
<s-title></s-title>
<p1></p1>
<p2></p2>
<image><image>
<p3></p3>
<image1></image1>
</content>
Also, how do i write a html form that allows me to write value to these tags calling to this asp file and update it on c:/ when i click on a submit button....??
I realli need urgent help on this but i realli dunno how to do so..becoz i am realli an idiot in asp....
Thx...