Changeset 799
- Timestamp:
- Jun 11, 2010, 1:54:15 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ccr2ccd-xslt/trunk/ccr_ccd.xsl
r798 r799 75 75 </xsl:call-template> 76 76 </recordTarget> 77 78 77 79 78 <author> … … 404 403 <xsl:value-of select="a:Type/a:Text"/> 405 404 </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> 407 412 <td> 408 413 <xsl:apply-templates select="a:Description/a:Code"/> … … 2136 2141 <xsl:template name="ccdTelecom"> 2137 2142 <xsl:param name="CCRActor"/> 2138 <xsl:if test="$CCRActor/a:Telephone">2139 <telecom>2140 2143 <telecom> 2144 <xsl:if test="$CCRActor/a:Telephone"> 2145 <xsl:attribute name="use"> 2141 2146 <xsl:call-template name="CDAVocabularyLookup"> 2142 2147 <xsl:with-param name="domain" select="'telecommunicationsAddressUse'"/> … … 2148 2153 <xsl:value-of select="$CCRActor/a:Telephone[1]/a:Value"/> 2149 2154 </xsl:attribute> 2150 </telecom>2151 2155 </xsl:if> 2152 2156 </telecom> 2157 2153 2158 <xsl:if test="$CCRActor/a:Email"> 2154 2159 <telecom>
Note:
See TracChangeset
for help on using the changeset viewer.