Added a few tags to NewsML template.

This commit is contained in:
sv-ncp-3 root 2014-11-10 17:22:28 +01:00
parent 3239f7be34
commit ae5b8413a3

View File

@ -6,12 +6,16 @@
<priority>{{ header.priority }}</priority> <priority>{{ header.priority }}</priority>
</header> </header>
<itemSet> <itemSet>
<newsItem> <newsItem standard="NewsML-G2" standardVersion="2.10" conformance="power" xml:lang="de">
<catalogRef href="http://www.iptc.org/std/catalog/catalog.IPTC-G2-Standards_3.xml" />
<itemMeta> <itemMeta>
<itemClass qcode="icls:text" /> <itemClass qcode="icls:text" />
<provider literal="N24_tty2NewsML.py" />
</itemMeta> </itemMeta>
<contentMeta> <contentMeta>
<urgency>{{ header.priority }}</urgency>
<altId type="idType:USN">{{ header.message_no }}</altId> <altId type="idType:USN">{{ header.message_no }}</altId>
<language tag="de" />
<subject qcode="subj:{{ header.category }}" /> <subject qcode="subj:{{ header.category }}" />
<slugline separator="-">{{ header.keywords }}</slugline> <slugline separator="-">{{ header.keywords }}</slugline>
<headline></headline> <headline></headline>