openfasttrace icon indicating copy to clipboard operation
openfasttrace copied to clipboard

Specobect format extension for namespaces

Open poldi2015 opened this issue 4 years ago • 0 comments

Problem The SpecObject XML input format has a restricted set of XML elements. Projects that use the format as a general format to exchange requirements want to extend the list of available tags to e.g. group the requirements into folders or mark a requirement as a non functional requirement. Adding unconsidred XML elements to a SpecObject file produces warnings when loaded by OFT.

Solution description Extend the SpecObject format and therefore the OFT importer by supporting own XML namespaces. Addition XML elements in this way can be marked with a custom XML namespace and are in that case ignored by OFT without warning.

poldi2015 avatar Sep 23 '21 10:09 poldi2015