Skip to content

Commit 3e88927

Browse files
committed
#25 Fix issue with iframe rendering
1 parent c6c4c1c commit 3e88927

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CDA.xsl

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<xd:doc scope="stylesheet">
1212
<xd:desc>
1313
<xd:p><xd:b>Title:</xd:b> CDA R2 StyleSheet</xd:p>
14-
<xd:p><xd:b>Version:</xd:b> 4.1.0-beta.1</xd:p>
14+
<xd:p><xd:b>Version:</xd:b> 4.1.0-beta.2</xd:p>
1515
<xd:p><xd:b>Maintained by:</xd:b> HL7 <xd:a href="https://confluence.hl7.org/display/SD/Structured+Documents">Structured Documents Work Group</xd:a></xd:p>
1616
<xd:p><xd:b>Purpose:</xd:b> Provides general purpose display of CDA release 2.0 and 2.1 (Specification: ANSI/HL7 CDAR2) and CDA release 3 (Specification was pulled after ballot) documents. It may also be a starting point for people interested in extending the display. This stylesheet displays all section content, but does not try to render each and every header attribute. For header attributes it tries to be smart in displaying essentials, which is still a lot.</xd:p>
1717
<xd:p><xd:b>License:</xd:b> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a></xd:p>
@@ -1081,6 +1081,7 @@
10811081
<xsl:attribute name="src">
10821082
<xsl:value-of select="$source"/>
10831083
</xsl:attribute>
1084+
<xsl:text> </xsl:text>
10841085
</iframe>
10851086
</xsl:otherwise>
10861087
</xsl:choose>
@@ -1132,6 +1133,7 @@
11321133
<xsl:attribute name="src">
11331134
<xsl:value-of select="concat('data:', $renderElement/@mediaType, ';base64,', $renderElement/text())"/>
11341135
</xsl:attribute>
1136+
<xsl:text> </xsl:text>
11351137
</iframe>
11361138
</xsl:otherwise>
11371139
</xsl:choose>

0 commit comments

Comments
 (0)