Skip to content

Commit

Permalink
removed a couple commented out templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcoarr committed Sep 30, 2014
1 parent d15fe8d commit f450f08
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions stix_objects.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,4 @@
····························································
-->

<!--
purpose: placeholder for future template to support maec objects
example:
<ttp:Malware_Instance xsi:type="maecInstance:MAEC4.0InstanceType" />
-->
<!--
<xsl:template match="*[some $ns in ('http://stix.mitre.org/extensions/Malware#MAEC4.0-1', 'http://stix.mitre.org/extensions/Malware#MAEC4.1-1') satisfies $ns = fn:namespace-uri-from-QName(fn:resolve-QName(fn:data(@xsi:type), .))]" mode="cyboxProperties">
PLACEHOLDER - - STIX-TO-HTML WILL SUPPORT MAEC CONTENT IN THE NEXT RELEASE.
</xsl:template>
-->

<!--
<xsl:template match="*:Type[count(../*:Type) ge 2]" mode="cyboxProperties">
<xsl:apply-templates mode="#current" /> <xsl:text> %% </xsl:text>
</xsl:template>
-->

</xsl:stylesheet>

0 comments on commit f450f08

Please sign in to comment.