Skip to content

Commit

Permalink
removed commented out template call
Browse files Browse the repository at this point in the history
removed commented out call to test for self::maecBundle:Object_Collection (and other elements)

it was subsumed by a prior clause
  • Loading branch information
mattcoarr committed Sep 30, 2014
1 parent f450f08 commit a87eb2d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions stix_to_html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -921,13 +921,6 @@ [email protected]
<xsl:call-template name="processMaecProcessContents"/>
</div>
</xsl:when>
<!--
<xsl:when test="self::maecBundle:Object_Collection|self::maecBundle:Action_Collection">
<div class="containerMaecCollection">
<xsl:call-template name="processMaecCollectionContents"/>
</div>
</xsl:when>
-->
<xsl:when test="self::maecInstance:MAEC">
<div class="containerMaecInstanceInsideStix">
<xsl:call-template name="processMaecInstanceInsideStixContents"/>
Expand Down

0 comments on commit a87eb2d

Please sign in to comment.