Changeset 799 for ccr2ccd-xslt


Ignore:
Timestamp:
Jun 11, 2010, 1:54:15 AM (14 years ago)
Author:
Richard Braman
Message:

some additional changes were unsaved in TortoiseMerge, when I committed (whoops, so this file is correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr2ccd-xslt/trunk/ccr_ccd.xsl

    r798 r799  
    7575                </xsl:call-template>
    7676            </recordTarget>
    77 
    7877
    7978            <author>
     
    404403                                                        <xsl:value-of select="a:Type/a:Text"/>
    405404                                                    </td>
    406                                                    <xsl:apply-templates select="a:DateTime"/>                                                       
     405                                                    <td>
     406                                                        <table>
     407                                                            <tbody>
     408                                                                <xsl:apply-templates select="a:DateTime"/>
     409                                                            </tbody>
     410                                                        </table>
     411                                                    </td>
    407412                                                    <td>
    408413                                                        <xsl:apply-templates select="a:Description/a:Code"/>
     
    21362141    <xsl:template name="ccdTelecom">
    21372142        <xsl:param name="CCRActor"/>
    2138                         <xsl:if test="$CCRActor/a:Telephone">
    2139                         <telecom>
    2140                     <xsl:attribute name="use">
     2143        <telecom>
     2144            <xsl:if test="$CCRActor/a:Telephone">
     2145                <xsl:attribute name="use">
    21412146                    <xsl:call-template name="CDAVocabularyLookup">
    21422147                        <xsl:with-param name="domain" select="'telecommunicationsAddressUse'"/>
     
    21482153                    <xsl:value-of select="$CCRActor/a:Telephone[1]/a:Value"/>
    21492154                </xsl:attribute>
    2150                         </telecom>           
    21512155            </xsl:if>
    2152                
     2156        </telecom>
     2157
    21532158        <xsl:if test="$CCRActor/a:Email">
    21542159            <telecom>
Note: See TracChangeset for help on using the changeset viewer.