How to Open XML

XML (Extensible Markup Language) files don't do anything on their own. They are simply a way of storing data that can be easily read by other programs. Many programs use XML to store data. As such, you can open, edit, and create an XML...
Method 1 of 4:

Using a Text Editor

  1. How to Open XML Picture 1How to Open XML Picture 1
    Find the XML file you want to open. XML files are encoded in plaintext, so you can open them in any text editor and be able to clearly read it.[1]
  2. How to Open XML Picture 2How to Open XML Picture 2
    Right-click the XML file and select "Open With." This will display a list of programs to open the file in.
  3. How to Open XML Picture 3How to Open XML Picture 3
    Select "Notepad" (Windows) or "TextEdit" (Mac). These are the pre-installed text editors for each operating system, and should already be on the list.
    1. If they aren't on the list, you'll need to browse for them. Notepad is located at %SystemRoot%system32notepad.exe, and TextEdit can be found in your Applications folder.
    2. You can use more advanced code editors like Notepad++ or TextMate as well, which can be useful for syntax highlighting and advanced editing. You can still see all of the information using a simple text editor.[2]
  4. How to Open XML Picture 4How to Open XML Picture 4
    Interpret the text on the screen. Your XML file will open in your text editor. The complexity of the file is dependent on what it was created for. Use the tag labels to find the information you are looking for. Generally the labels will be fairly self-explanatory, allowing you to browse through the data and find the information you need.
    1. You'll likely see at the top. This indicates that the following content is in XML format.
    2. XML uses custom tags to house pieces of data. Each of these tags are created for whatever program is using it, so there is no common syntax to the markup labels. For example, one XML file may have a section, and other might have , but both may function similarly.
    3. Tags can be nested inside other tags, creating a tree. For example, Each tag may have several tags inside, such as and .
Method 2 of 4:

Using a Web Browser

  1. How to Open XML Picture 5How to Open XML Picture 5
    Find the XML file you want to open. While you can use any basic text editor to open an XML file (see above), opening the file in a browser may make it a little easier to navigate. This is because most browsers automatically indent nested tags and allow you to collapse each section of the the XML tree.
  2. How to Open XML Picture 6How to Open XML Picture 6
    Right-click the file and select "Open With." This will let you choose the program you want to use to open the file.
  3. How to Open XML Picture 7How to Open XML Picture 7
    Select a web browser from the list of programs. You can open the XML file in any web browser. Oftentimes, your web browser will already be on the list of suggested programs. If it isn't, you'll need to browse for it on your computer.
  4. How to Open XML Picture 8How to Open XML Picture 8
    Read the XML file in your browser. The XML file will open in a new tab in your browser. All of the contents will be displayed, and your browser will automatically indent nested tags. This can make it easier to tell which data belongs to which set.
  5. How to Open XML Picture 9How to Open XML Picture 9
    Expand or minimize sections for easier reading. The big advantage to using a browser to read XML files is the ability to control what you see. Click the arrows or +/- buttons next to each section to expand or minimize it.
Method 3 of 4:

Using Excel

  1. How to Open XML Picture 10How to Open XML Picture 10
    Open Excel. Excel will not usually pop up as a suggested program, so the quickest way to open the file is to open Excel first.
    1. Excel can convert an XML file into a table, which can be useful for visually processing the information.
  2. How to Open XML Picture 11How to Open XML Picture 11
    Click "File" and select "Open." This will display the Open menu.
  3. How to Open XML Picture 12How to Open XML Picture 12
    Click the "Browse" button. This will let you look for files on your computer.
  4. How to Open XML Picture 13How to Open XML Picture 13
    Open the XML file on your computer. You should be able to navigate to it and see it by default, but if you can't, click the "Type" menu and select "XML Files."
  5. How to Open XML Picture 14How to Open XML Picture 14
    Select "As an XML table." This will convert the XML file into an Excel table.
    1. You will generally be informed that the XML file does not refer to a schema. Click "OK" to have Excel construct one for you based on the tags in the file.
  6. How to Open XML Picture 15How to Open XML Picture 15
    Read your XML file. Your XML file will be organized into a table based on the tag structure. You can use Excels sorting and filtering tools to customize the table from here.[3]
    1. You may have difficulties rendering complex XML files as tables. If your XML file has lots of nested tags, you may want to use an XML viewer instead.
Method 4 of 4:

Using an XML Viewer

  1. How to Open XML Picture 16How to Open XML Picture 16
    Download an XML viewer program. If you deal with lots of XML files, you may want to get a viewer or XML editor. These can make handling complex XML files much easier. There are a variety of programs available, both free and paid. A popular free, open-source reader is XML Explorer (xmlexplorer.codeplex.com).
    1. Different programs will fit different needs. If you need to create a lot XML files, you may want a professional XML editor. These allow you to automate and collaborate on large XML projects.
  2. How to Open XML Picture 17How to Open XML Picture 17
    Open the XML file in your new program. Many XML programs will set themselves as the default program for XML files, allowing you to simply double-click the XML file to open it. If you can't, right-click the XML file and select "Open With." Browse for your newly-installed program.
  3. How to Open XML Picture 18How to Open XML Picture 18
    Read your XML. Programs like XML Explorer allow you to collapse sections, as well as turn syntax highlighting on and off. More advanced programs may allow you to make edits and create additional entries.
4 ★ | 3 Vote