Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: XML FAQ.

XML FAQ: Difference between revisions

From MoodleDocs
No edit summary
 
(30 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{stub}}
(If you don't find the answer to your question here, just post the question. There might be someone out there to provide the answer.)


==Where do I find documentation about Moodle XML?==
==XML in general==
* The official documentation: [[Moodle XML]] https://docs.moodle.org/en/Moodle_XML
* A more thorough documentation: http://www.qedoc.org/en/index.php?title=Moodle_XML_format


==Are there tools for converting to and from Moodle XML?==
===Where do I find general information about XML?===
* Glossary to XML Converter http://moodle.org/mod/forum/discuss.php?d=91224#p489764 - a simple HTML file which converts CSV data to XML using some simple JavaScript
* http://www.w3schools.com/xml/default.asp - A host of information and hands-on examples
*http://en.wikipedia.org/wiki/XML - A good starting point


==See also==


*[[Import and export FAQ]]
==Moodle XML==
 
===Is there only one kind of Moodle XML?===
 
No, there are (at least) two different kinds of Moodle XML, one for importing/exporting ''glossaries'' and one for ''questions'' (quizzes), the latter being the one usually referred to as "Moodle XML".
 
Then there is XML in the SCORM/IMS packages that Moodle can import and must be able to handle. These packages are educational content that has been marked up in a special way to be able to be used in compatible Learning Management Systems.
 
The ''course backup and restore'' process also generates an XML file (inside the zip file) that contains all the information about the course.
 
===Where do I find documentation about Moodle XML?===
 
* The official documentation: [[Moodle XML]]
* A more thorough documentation: [http://www.qedoc.org/en/index.php?title=Moodle_XML_format Moodle XML format] by Quedoc
: [http://www.qedoc.org/en/index.php?title=Problems_when_transferring_XML_format_into_Moodle Problems when transferring XML format into Moodle]
 
* [[User:Frank Ralf/Moodle XML1]] (work in progress)
 
==Tools==
 
===Are there tools for converting to and from Moodle XML?===
* [http://vletools.com Moodle XML Converter] - allows to create XML from text files. Also can converse Moodle XML into text file. Supports quiz and glossary.
* [http://moodle.org/mod/forum/discuss.php?d=91224#p489764 Glossary to XML Converter]
:A simple HTML file which converts TSV data to XML using JavaScript
* Microsoft Office macros: http://finemetronome.com/moodle/
* OpenOffice XML filters (TBA see [[User:Frank_Ralf/Moodle_XML1#OpenOffice_.26_XML|User:Frank_Ralf/Moodle XML1 > OpenOffice & XML]] for some pointers)
 
===How can I view and edit XML files?===
XML is just text so you can view and edit it with any text editor. However, this isn't very easy for anything more than a trivial file. There are a number of dedicated XML editors available for many platforms. If you only need to view the XML, most browsers are able to render XML files. Some even let you view the source text and do some basic editing.
 
== See also ==
 
; Moodle Docs
* [[Import and export FAQ]]
 
; Contributed modules and plugins
* [http://moodle.org/mod/forum/discuss.php?d=161367 DocBook Module to Parse DocBook XML]
 
; Books
* [http://www.sitepoint.com/books/xml1/ No Nonsense XML Web Development With PHP] by Thomas Myer
 


[[Category:FAQ]]
[[Category:FAQ]]
[[de:XML FAQ]]

Latest revision as of 07:07, 25 March 2011

(If you don't find the answer to your question here, just post the question. There might be someone out there to provide the answer.)

XML in general

Where do I find general information about XML?


Moodle XML

Is there only one kind of Moodle XML?

No, there are (at least) two different kinds of Moodle XML, one for importing/exporting glossaries and one for questions (quizzes), the latter being the one usually referred to as "Moodle XML".

Then there is XML in the SCORM/IMS packages that Moodle can import and must be able to handle. These packages are educational content that has been marked up in a special way to be able to be used in compatible Learning Management Systems.

The course backup and restore process also generates an XML file (inside the zip file) that contains all the information about the course.

Where do I find documentation about Moodle XML?

Problems when transferring XML format into Moodle

Tools

Are there tools for converting to and from Moodle XML?

A simple HTML file which converts TSV data to XML using JavaScript

How can I view and edit XML files?

XML is just text so you can view and edit it with any text editor. However, this isn't very easy for anything more than a trivial file. There are a number of dedicated XML editors available for many platforms. If you only need to view the XML, most browsers are able to render XML files. Some even let you view the source text and do some basic editing.

See also

Moodle Docs
Contributed modules and plugins
Books