Introvert or Extrovert Quiz
Q&A for How to View XML Files
Coming soon
Search
-
QuestionHow can I display an XML file as a database?Community AnswerYou need a program that "parses" the data into the database. MySQL (MariaDB) has a method called ''LOAD XML''.
-
QuestionHow are XML programs understood by a web browser?Community AnswerThe same way it interprets the HTML, CSS, Javascript, etc. languages. Web browsers are designed to translate the plain text information into graphics.
-
QuestionHow can I open an XML file on a mobile phone?Community AnswerYou open it the same way you would open HTML files. The browser interprets it without problems.
-
QuestionWhat is the final format of an XML file?Community AnswerXML 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
200 characters left
Include your email address to get a message when this question is answered.
Submit