Changeset 760 for ccr2ccd-xslt


Ignore:
Timestamp:
May 18, 2010, 11:43:49 AM (14 years ago)
Author:
Richard Braman
Message:

changed some namespacing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr2ccd-xslt/trunk/templates/datetime.xsl

    r747 r760  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="urn:astm-org:CCR" xmlns:date="http://exslt.org/dates-and-times" xmlns:fo="http://www.w3.org/1999/XSL/Format">
     2<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="urn:astm-org:CCR" xmlns:date="http://exslt.org/dates-and-times" exclude-result-prefixes="a date">
    33        <!-- Displays the DateTime.  If ExactDateTime is present, it will format according
    44                 to the 'fmt' variable. The default format is: Oct 31, 2005 -->
    55  <xsl:import href="../lib/date.format-date.template.xsl"/> 
    6   <xsl:template name="dateTime" match="DateTime">
     6  <xsl:template name="dateTime" match="a:DateTime">
    77                <xsl:param name="dt" select="."/>
    88                <xsl:param name="fmt">MMM dd, yyyy</xsl:param>
Note: See TracChangeset for help on using the changeset viewer.