Index: /ccr2ccd-xslt/trunk/ccr_ccd.xsl
===================================================================
--- /ccr2ccd-xslt/trunk/ccr_ccd.xsl	(revision 798)
+++ /ccr2ccd-xslt/trunk/ccr_ccd.xsl	(revision 799)
@@ -75,5 +75,4 @@
                 </xsl:call-template>
             </recordTarget>
-
 
             <author>
@@ -404,5 +403,11 @@
                                                         <xsl:value-of select="a:Type/a:Text"/>
                                                     </td>
-                                                   <xsl:apply-templates select="a:DateTime"/>                                                        
+                                                    <td>
+                                                        <table>
+                                                            <tbody>
+                                                                <xsl:apply-templates select="a:DateTime"/>
+                                                            </tbody>
+                                                        </table>
+                                                    </td>
                                                     <td>
                                                         <xsl:apply-templates select="a:Description/a:Code"/>
@@ -2136,7 +2141,7 @@
     <xsl:template name="ccdTelecom">
         <xsl:param name="CCRActor"/>
-			<xsl:if test="$CCRActor/a:Telephone">
-			<telecom>
-                    <xsl:attribute name="use">
+        <telecom>
+            <xsl:if test="$CCRActor/a:Telephone">
+                <xsl:attribute name="use">
                     <xsl:call-template name="CDAVocabularyLookup">
                         <xsl:with-param name="domain" select="'telecommunicationsAddressUse'"/>
@@ -2148,7 +2153,7 @@
                     <xsl:value-of select="$CCRActor/a:Telephone[1]/a:Value"/>
                 </xsl:attribute>
-			</telecom>            
             </xsl:if>
-		
+        </telecom>
+
         <xsl:if test="$CCRActor/a:Email">
             <telecom>
