How can you create an XML file?

Showing Answers 1 - 8 of 8 Answers

Bhupendr Singh

  • Oct 1st, 2005
 

it's quite easy to create, can create by plain text editor like notepad or by .net model using so many in built methods like XmlTextWriter etc.

  Was this answer useful?  Yes

Shiuli Majumdar

  • Jun 19th, 2006
 

How can u create an XML file?

  Was this answer useful?  Yes

Casttro

  • Mar 16th, 2007
 

Quite Easy you can create a XML file using notepad or wordpad then save it as .xml file


   African Coffee Table
   80
   120



Thanks
fcasttro

  Was this answer useful?  Yes

You can also create an XML file through the Java XML APIs and some simple Java.io File writer methods. Use the appendChild() method in the Node class for creating the tree structure of an XML. Use the FileWriter methods to save it into a file.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions