Warning: Can't synchronize with the repository (GIT backend not available). Look in the Trac log for more information.

Talia XML exchange format

A generic format to exchange Talia Sources. See the RDoc documentation for up-to-date details.

<sources>
  <source>
    <attribute>
      <predicate>http://foobar/</predicate>
      <object>http://barbar/</object>
    </attribute>
    ...
  </source>
  <source>
    <attribute>
      <predicate>http://foobar/bar/</predicate>
      <value>val</value>
      <object>http://some_url</object>
      <value>another</value>
      ...
    </attribute>
    ...
  </source>
  ...
</sources>