We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code:
<?xml version="1.0" encoding="UTF-8"?> <tsl debug="response"> <message name="Array" type="array"> <message name="Marte" mode="ignore"> <property name="Waarde" value="marte"/> </message> <message name="Carlo" mode="ignore"> <property name="Waarde" value="carlo"/> </message> <message name="Martin" > <property name="Waarde" value="martin"/> </message> </message> </tsl>
generates the following response:
<tml documentImplementation="SAXP"> <message name="Array" type="array"> <message name="Array" index="2" type="array_element"> <property name="Waarde" type="" value="martin" direction=""/> </message> </message> <methods/> <operations/> </tml>
The index = 2 is the odd thing here. Should we do something about it?
The text was updated successfully, but these errors were encountered:
See also #499
Sorry, something went wrong.
No branches or pull requests
The following code:
generates the following response:
The index = 2 is the odd thing here. Should we do something about it?
The text was updated successfully, but these errors were encountered: