Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > b36c97ff723e66f0f38bce83645c99dc > files > 1852

exiv2-doc-0.18.2-1mdv2010.0.x86_64.rpm

<table class="ReportTable" id="xmp_digiKam" cellspacing="0">
<colgroup>
<col>
<col>
<col>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>Property</th>
<th>Label</th>
<th>Value type</th>
<th>Exiv2 type</th>
<th>Category</th>
<th>Description</th>
</tr></thead>
<tbody><tr class="OddRow">
<td>TagsList</td>
<td>Tags List</td>
<td>seq Text</td>
<td>XmpSeq</td>
<td>External</td>
<td>The list of complete tags path as string. The path hierarchy is separated by '/' character (ex.: "City/Paris/Monument/Eiffel Tower".</td>
</tr></tbody>
</table><script type="text/javascript">
  //
  var xmp_digiKam = new SortableTable(
    document.getElementById("xmp_digiKam"),
    ["String", "String", "String", "String", "String", "String"]
  );
  xmp_digiKam.onsort = function () { 
	var rows = xmp_digiKam.tBody.rows;
	var l = rows.length;
	for (var i = 0; i < l; i++) {
		removeClassName(rows[i], i % 2 ? "OddRow" : "EvenRow");
		addClassName(rows[i], i % 2 ? "EvenRow" : "OddRow");
	}
  };
  //
</script>