buddu
07-25-02, 04:18
| Can any one help to Create a Xml file as follows using ASP code some thing like this I don't about the exact code i am very new in XML <BOOK> <author name='aa'> <age>44</age> <sex>m</sex> </author> <author name='bb'> <age>44</age> <sex>m</sex> </author> </book> |