marcardar / transcriptstudio-isha

Automatically exported from code.google.com/p/transcriptstudio4isha
0 stars 0 forks source link

notes/summary properties as child elements rather than attributes #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Fixed in r378

Any properties that are typically multi-line should in general be written
as child elements rather than attributes. This assists readability, not
just for the value itself, but for the neighbouring properties too -
consider a long notes attribute followed by start-at attribute. Also, no
longer do we have the ugly encoded line break all over the place.

One downside of this is that no longer are all the properties attributes
which means that when accessing/setting these properties we need to be
careful whether we do that as an attribute or child element.

The applicable parent elements are:

event/metadata
session/metadata
superSegment
superContent

Original issue reported on code.google.com by mjc1...@gmail.com on 13 Apr 2009 at 6:45