The only thing i can think of is that it is something do do with this from the 
staging2live.xslt file

    <!-- Exorcist bug, metadata_revised is in LMT -->
    <xsl:if test="java:DateFunctions.timestampFromDate(mgd:metadata_approved, 
'GMT') >= java:DateFunctions.timestampFromDate(mgd:metadata_revised, 'EET')">
        <xsl:copy><xsl:apply-templates/></xsl:copy>
    </xsl:if>
  </xsl:template>

  <xsl:template match="mgd:midgard_article[mgd:up='']">
    <!-- Exorcist bug, metadata_revised is in LMT -->
    <xsl:if test="java:DateFunctions.timestampFromDate(mgd:metadata_approved, 
'GMT') >= java:DateFunctions.timestampFromDate(mgd:metadata_revised, 'EET')">
_______________________________________________
user mailing list
[email protected]
http://lists.midgard-project.org/mailman/listinfo/user

Reply via email to