How To Make XMI file (or any standard code to make XMI file?)

1.5k views Asked by At

I need help please, I'm beginner at programming, I want to make XMI file if there are any codes to make it and where i can make it,or it just a same when you make XML code? And if there is no code to make XMI File then, in which application I can convert to XMI? and what kind of type file that the application can convert into XMI file? Thank you so much, i hope i got the answer tonight.

1

There are 1 answers

1
Adam L On

If I understood your questions correctly you are wanting to create your own XML files. For starting out, I would recommend downloading Notepad++ (https://notepad-plus-plus.org/download/v7.5.1.html). This is a text editor which you can set the language to XML in. To do so, you will select "language" at the top of your notepad and certain keywords/functions will be color-coded which helps make sense of your work.I've attached a screenshot to show you how to do that

As for "making an XML file" you can save plain text files (file type is .txt) by specifying .xml when you are using the Save As function. This can be done with the file type drop-down menu next to the save button. If you are using Notepad++ and specified XML as the language as above, then your file will automatically be saved as XML instead of just plain text.