Re: XML to php posting issue Hi Vadivelan,
Browser is just xml viewer. Every thing is depend on the XML and the usage of it.
Note:
we use attribute to mention common for all child tags in it, Here school name is rama krishna, when we metion double quoto inside value,it is meaning less as follows name="rama" krishna", how XML data
<info>
<school name="rama krishna">
<student>
<name>vivek</name>
<age>20</age>
</student>
<student>
<name>velan</name>
<age>21</age>
</student>
</school>
</info>
Regards,
vivekanandan |