You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Some instrument setup fields seem duplicated because some data are not displayed, e.g. :
param
value
...
...
instrumentBias:
0.190
instrumentBias:
0.016
calibrationBias:
0.021
calibrationBias:
0.02
calibrationBias:
0.08
calibrationBias:
0.02
calibrationBias:
0.015
...
...
Describe the solution you'd like
This would add much more information to add xml attributes coming from the xml source. My first proposal could be to loop on *@ in the xslt and concatenate name()=value() in addition to the tag name. Output would looks like :
Is your feature request related to a problem? Please describe.
Some instrument setup fields seem duplicated because some data are not displayed, e.g. :
Describe the solution you'd like
This would add much more information to add xml attributes coming from the xml source. My first proposal could be to loop on *@ in the xslt and concatenate name()=value() in addition to the tag name. Output would looks like :
The text was updated successfully, but these errors were encountered: