Q&A for How to View XML Files

Return to Full Article

Search
Add New Question
  • Question
    How can I display an XML file as a database?
    Community Answer
    You need a program that "parses" the data into the database. MySQL (MariaDB) has a method called ''LOAD XML''.
  • Question
    How are XML programs understood by a web browser?
    Community Answer
    The same way it interprets the HTML, CSS, Javascript, etc. languages. Web browsers are designed to translate the plain text information into graphics.
  • Question
    How can I open an XML file on a mobile phone?
    Community Answer
    You open it the same way you would open HTML files. The browser interprets it without problems.
  • Question
    What is the final format of an XML file?
    Community Answer
    XML is designed to be readable by human and machines. The 'final format' you're referring to is the XML- file itself, because the written code is what you also read. You can, of course, build a parser which displays the data in a graphical, more organized way, but this is not the purpose of XML.
Ask a Question

      Return to Full Article