<media> <up:authorline/> <media>
NITF example: XML, XSLT, HTML
NITF Tutorial
NITF Website
Here you find an example of NewsML from reuters: html , xml (only IE5.5 or later)
We used this example for the structure of the xml.
NewsML, UPML (Unipublic Markup Language)
<related-content> <block> <title>Link</title> <item> <a href="http://www.unipublic.unizh.ch">BrainFair 2002</a> </item> </block> <block> <title>Artikel</title> <item> <a href="http://www.unipublic.unizh.ch">Zum Abschluss offene Türen</a> (unipublic, 25.3.2002) </item> <item> <a href="http://www.unipublic.unizh.ch">Wenn die Sprache verloren geht</a> (Podiumsgespräch zu Hirnverletzungen) </item> </block> </related-content>
When we publish an article, it is automatically inserted in the headlines of the frontpage in authoring. The article receives a FirstPublishDate when it is published for the firs time. If it is published many times, its RevisionDate will be updated.
org.apache.lenya.cms.cocoon.acting.PublisherAction
must be overwritten for this special case: ch.unizh.unipublic.lenya.cms.ArticlePublisherAction