DTD changed a bit
From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2000-09-16 01:07:26 CEST
OK, we have no formal DTD for the XML which "drives" our editor
The outermost tag is now <delta-pkg> which contains one <tree-delta>,
Postfix text-deltas are specified with a new <text-delta-ref> tag.
Here's an example.
(this is correctly parsed by libsvn_delta/test/deltaparse-test.c)
<delta-pkg>
<tree-delta>
<text-delta id="foo2"> some file2 data </text-delta>
<text-delta id="!@#$%"> some file3 data </text-delta>
</delta-pkg>
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.