How to Read XML Encoding

Extensive Markup Language (XML) provides you with formatted data. The XML programming language is common on the Internet, because it allows software developers to share data in a standard format. This means you can import data regardless of the source, since the XML file format is the same across all platforms including Linux, Microsoft and Macintosh. The XML encoding line item in the file tells you what type of characters are found in the file.

Instructions

    • 1

      Right-click the XML file on your desktop and select "Open With." Click "Notepad" and then click "Open" to view the XML file in the plain text editor. This editor is included with any Windows computer.

    • 2

      View the first line of the XML file. Encoding specifications are always listed in the first line of the XML file. Below is an example of the encoding specification line item in an XML file:

      <?xml version="2.0" encoding="UTF-16"?>

    • 3

      Review the type of encoding listed in the Resource link. You can also change the XML encoding standard in the file. If you do change the encoding, click the Notepad "File" menu item and select "Save" to save any changes.

Related Searches:

References

Resources

Comments

You May Also Like

  • XML & URL Encoding

    A URL to get an RSS feed might look like the following: http://myurl.com/rss?get="myfeed('c:\feed.xml')" Encoding this URL yields the following results:

  • How to Determine XML Encoding

    Extensible Markup Language (XML) provides you with a formatted way to import or export data for Web or desktop applications. The XML...

  • What Is XML Encoding?

    Computers encode the characters in saved files in a number of possible ways. This encoding refers to how the characters are translated...

  • How to Find XML Encoding

    Extensible Markup Language (XML) is an encoding standard that lets website programmers display data from a database. XML must be denoted using...

  • How to Specify Encoding for XML

    Locate the first line of the file, which is the XML declaration beginning with "<?xml" and which may or may not already...

  • How to Add XML Version 1.0 Encoding

    Although computers make all text look the same by the time a user is reading it, text documents are actually stored differently...

  • How to Troubleshoot an XML Encoding Issue

    When computers communicate purchase orders, medical records or other business data among themselves, the language they speak is XML, or Extensible Markup...

  • How to Encode to UPC

    The UPC is the barcode on product packaging that cashiers scan to ring up your purchases. Each product in a store has...

  • How to Read XML Using VB.NET

    An XML file contains a list of data you can use in Visual Basic .NET applications. You must import the file using...

  • How to Make XML Look Pretty in SQL Server Result

    Making XML look pretty in a Microsoft SQL Server result set is moderately easy, given a proper set of tools and technique....

  • How to Read an XML File in Classic ASP

    An ASP file is an Active Server Page that is a Microsoft Server technology, which is compatible with traditional HTML. Microsoft's Internet...

  • How to Add Line Spaces to XML Documents

    XML, or Extensible Markup Language, works by storing and transporting data. It simply acts as a container for information processed by a...

  • How to Encode Web Pages

    Encoding your own website takes some pre-planning but it is an ultimately rewarding and achievable task. Before you start, plan out the...

  • How to Run a Script File in Java to Output an XML File

    Creating XML files is used by programmers who want to create dynamic pages from Java code. XML files can be used to...

  • How to Create an XML Sitemap

    XML sitemaps are files written in a special version of XML that interacts with the Google search engine. Sitemaps tell the search...

  • How to Code in XSPF

    If you want to add additional information on each track (such as artist, album and title), your XSPF document would look like...

Related Ads

Featured