STIXProject / stix-to-html

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

apply document level marking for simple cases #49

Closed jonathanbaker closed 9 years ago

jonathanbaker commented 10 years ago

as an interim solution can we make a simplifying assumption and hard code marking structures that are intended to apply to the full document?

For example, when the STIX header has a marking structure with handling that uses '//node()' to identify the controlled structure we could mark the whole document as amber without having fully implemented all possible marking capabilities. This simple example tends to align with most of the data we see today.

We would also need to figure out how to display a TLP marking in the html.

mattcoarr commented 9 years ago

This was addressed in beta4.

More extensive support for marking data has a placeholder issue in #42.