Baltic-RCC / EMF

Repository for Open Source EMF implementation
Mozilla Public License 2.0
8 stars 3 forks source link

QAS Reports #21

Closed Haigutus closed 2 months ago

Haigutus commented 11 months ago
VeikoAunapuu commented 2 months ago

qar_xlst_example.zip

To function validate model add additional parameters qas_report =True/False and link to XSLT local file (init samples in the zip above.

If boolean is true then take model_data variable in validator and make to XML (dict2xml or other) and hand to XSLT with specified transformer (code snip in saxon_api or other). The result send to QAR (send..txt in above zip or other implementation).

Same function should be used for both IGM and CGM validation.

VeikoAunapuu commented 2 months ago

Qintautas made a internal format that sends to rabbit the information,. Close this and continue under #64 and #65