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
I'm using JKI-EasyXML to write test results for a third party.
They claim that the empty elements contained in the file are not compliant; the element tag should have a space between the name and the forward slash. Their parser rejects the JKI-EasyXML output.
They claim that the empty elements contained in the file are not compliant; the element tag should have a space between the name and the forward slash.
I'm using JKI-EasyXML to write test results for a third party.
They claim that the empty elements contained in the file are not compliant; the element tag should have a space between the name and the forward slash. Their parser rejects the JKI-EasyXML output.
https://www.w3schools.com/xml/xml_elements.asp
There are two ways to indicate an empty element;
<element></element>
or<element />
Example of JKI-EasyXML output:
Expected XML:
I've narrowed the issue down to
but due to the recursive design of the calling VI
I am hesitant to make any quick changes.
The text was updated successfully, but these errors were encountered: