STIXProject / stix-to-html

Convert STIX XML to HTML
BSD 3-Clause "New" or "Revised" License
27 stars 12 forks source link

inline indicators inside indicator composition not expandable #38

Closed mattcoarr closed 10 years ago

mattcoarr commented 10 years ago

Inline indicators inside of an indicator composition are now displaying properly. They are printed out as expandable links, but nothing happens when you click on them.

Here's an example of the xml that exhibits the problem:

<stix:Indicator xsi:type="indicator:IndicatorType">
    <indicator:Composite_Indicator_Expression operator="OR">
        <indicator:Indicator>
            <indicator:Observable idref="observable1" />
        </indicator:Indicator>
        <indicator:Indicator>
            <indicator:Observable idref="observable2" />
        </indicator:Indicator>
    </indicator:Composite_Indicator_Expression>
</stix:Indicator>
mattcoarr commented 10 years ago

fixed in 274bcbe721d4cc6c499c81d25ba9acd15cfec0c5