Keywords in xml batch import?

How can I specify keywords for each article when importing data via xml?

There doesn’t seem to be a “keyword” element in native.dtd, or am I missing something?

I can answer my own question, after some more or less painstaking searching: you have to use the < indexing > element with the < subject > element, and separate the keywords using semicolons, for example

< indexing >
< subject >first_keyword; second_keyword; third_keyword< /subject >
< /indexing >

Very intuitive by the way, why call them “keywords” like the rest of the world? But there you go.

Hi @mgv42,

The use of the word “subject” is part of the Dublin Core metadata standard.

Regards,
Alec Smecher
Public Knowledge Project Team