Update: for now, I have modified the "date" macro: 

   <macro name="date">
      <date variable="issued">    
         <date-part name="year"/>
         <date-part name="month" form="numeric-leading-zeros" prefix="/"/>
         <date-part name="day" form="numeric-leading-zeros" prefix="/"/>
      </date>
   </macro>

so that if there is month and day information in the "issued" variable, it
will be displayed. 

Of course, this is unsatisfactory for a number of reasons:

- one might want to have a full date in "issued", but only display the year
for certain types
- this is not localized, since year/month/date is not how it would, for
example, be expressed in German.

I found out how to display detailed dates for certain types only (choose/if
type="..." match="any" in the macro), but I am still unsure which type such
agency news reports/press releases should be and wonder how you would solve
this problem.

--
View this message in context: 
http://xbiblio-devel.2463403.n2.nabble.com/Dates-for-press-releases-tp7050199p7050285.html
Sent from the xbiblio-devel mailing list archive at Nabble.com.

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
xbiblio-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbiblio-devel

Reply via email to