| 1 |
This module makes it possible to import and export vocabularies and
|
| 2 |
taxonomy terms via XML. It requires taxonomy.module.
|
| 3 |
|
| 4 |
== Exporting vocabularies ==
|
| 5 |
|
| 6 |
Once installed and enabled, this module provides a list of downloadable
|
| 7 |
XML documents for each vocabulary at admin/taxonomy/export.
|
| 8 |
|
| 9 |
== Importing a vocabulary ==
|
| 10 |
|
| 11 |
To import a vocabulary, use admin/taxonomy/import.
|
| 12 |
|
| 13 |
The file "sample.xml" is a sample XML-formatted vocabulary that can
|
| 14 |
be used for testing purposes. It contains a vocabulary named "Editorial
|
| 15 |
sections" that contains four terms: "Analysis," "Feature," "News" and
|
| 16 |
"Opinion." Using the options available from admin/taxonomy/import, you
|
| 17 |
can either add those terms to an existing vocabulary, or create a new
|
| 18 |
"Editorial sections" vocabulary on your site.
|