Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-integrators] xml and mylyn

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


Back to the top