Good afternoon to you all,

I am under the impression that the connector should expect a string in 
xml-format from the server. That is to say, the tasks retrieved from the server 
are a string looking like this:

<tasks>
  <task>
    <id>id_1</id>
    <name>name_1</name>
    <status>status_1</status>
  </task>
  <task>
    <id>id_2</id>
    <name>name_2</name>
    <status>status_2</status>
  </task>
</tasks>

Is this correct? If yes, does that mean that mylyn already has the 
functionality to parse xml-strings?

Best regards,
Avin
_______________________________________________
mylyn-integrators mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/mylyn-integrators

Reply via email to