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.
How To Make XMI file (or any standard code to make XMI file?)
1.5k Views Asked by Yunika Tartila At
1
There are 1 best solutions below
Related Questions in XML
- Impose component restriction to a series of parsys-CQ
- Wrong xml being inflated android
- Shorten the XSD
- Writing/Overwriting to specific XML file from ASP.NET code behind
- Magento custom block. Can't get block's file
- Layout not shifting up when keyboard is open
- CSV to XML XSLT: How to quote excape
- Getting deeply embedded XML element values
- Saving FileSystemInfo Array to File
- how to apply templates within xsl:for-each
- Spring - configure Jboss Intros for xml with java config?
- Problems with implementing custom actionbar android
- Can Apache Ant be told to cache its XML files?
- Is Log4j2 xml configuration case sensitive?
- How to get a specific node value in XML Pull Parser
Related Questions in UML
- UML design for a nodeJS web application
- Laravel MVC application structure on UML class diagram
- Database tables for tennis court booking system
- Interfaces in UML component diagram
- Is this correct UML Sequence diagram?
- Easiest way to get Class UML from java(android) files or project w/o eclipse. Reverse engineer
- What kind of pattern design would apply?
- How to define composition(boss, subordinate relationship)
- Using Aggregation in Inheritance
- Tools for generate sequence diagram(UML) from PHP class(files)
- What underlying difference makes Node Instances appear different?
- Representing LinkedLists in UML diagrams?
- Hashmap in UML diagram?
- class diagram for changes without new class/method?
- Sorting a collection of numbers
Related Questions in XMI
- Logical Data Model from XMI file
- Information XML convert to XMI
- Java programming with uml
- Load EMF model instance from XMI file
- How To Make XMI file (or any standard code to make XMI file?)
- UML Model and Diagram definition, where? – XMI has them, Standards not?
- How to get tool-readable XMI with Atlas Transformation Language
- How to read an xmi file from rails?
- Generate graphical representation of an XMI file
- Using UML2 to parse a XMI file, how to handle stereotypes
- Java DOM Parser : XMI - Inline Tag?
- PhpStorm, UML diagrams and xmi-files
- Documentation for python XMIparser API not found
- Eclipse 3.x key bindings are removed when migrated to e4 (Eclipse Luna ) series
- How to make this CardView with a circle containing a letter
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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.