Skip to content
New issue

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

(Navajo) Odd behaviour when using mode=ignore in an array message #490

Open
kharybdys opened this issue Jan 28, 2019 · 1 comment
Open

Comments

@kharybdys
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant