Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

XML FAQ: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(added h1 headers for structuring)
Línia 3: Línia 3:
(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.)
(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?==
* 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
=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".


==Where do I find documentation about Moodle XML?==
==Where do I find documentation about Moodle XML?==
Línia 8: Línia 20:
* The official documentation: [[Moodle XML]]
* The official documentation: [[Moodle XML]]
* A more thorough documentation: http://www.qedoc.org/en/index.php?title=Moodle_XML_format
* A more thorough documentation: http://www.qedoc.org/en/index.php?title=Moodle_XML_format
=Tools=


==Are there tools for converting to and from Moodle XML?==
==Are there tools for converting to and from Moodle XML?==
Línia 15: Línia 29:
* OpenOffice macros (TBA)
* OpenOffice macros (TBA)


==How can I create and edit XML files?==
==How can I view and edit XML files?==
Most browsers are able to render XML files. Some even let you view the source text and do some basic editing.
 
 
=Further information=


==See also==
==See also==

Revisió del 08:13, 8 des 2008


(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".

Where do I find documentation about Moodle XML?

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?

Most browsers are able to render XML files. Some even let you view the source text and do some basic editing.


Further information

See also