jimbraun / XCDF

XCDF: eXplicitly Compacted Data Format. See documentation at Read the Docs:
https://xcdf.readthedocs.io/en/latest/
Other
14 stars 8 forks source link

Eliminate concatenation #67

Closed jimbraun closed 8 years ago

jimbraun commented 8 years ago

We never used it, and it needlessly complicates the code.

jrpretz commented 8 years ago

You mean the fact that you can concatenate xcdf files and get a valid xcdf file? I use it regularly. I use it when finding a bunch of isolated gamma rays. I then cat each separate file together to get one big file.

jimbraun commented 8 years ago

OK, glad to hear... We'll keep the feature around then.