<?xml version="1.0"?>
<dm:diff xmlns:dm="http://www.locus.cz/diffmark">
  <top xmlns:x="some-url" dm:update="top">
    <dm:copy count="5"/>
    <a6 xmlns:x="some-url">
      <b xmlns:x="some-url">
        <dm:delete>
          <c/>
        </dm:delete>
        <dm:insert xmlns:x="some-url">
          <x:c xmlns:x="some-url"/>
        </dm:insert>
      </b>
    </a6>
  </top>
</dm:diff>
