File: example.expected.html

package info (click to toggle)
xmldiff 2.6.3-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 732 kB
  • sloc: python: 4,617; xml: 855; makefile: 219; sh: 16
file content (10 lines) | stat: -rw-r--r-- 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html xmlns:diff="http://namespaces.shoobx.com/diff">
  <head>
    <title><diff:insert>HTML </diff:insert>Example<diff:delete> HTML</diff:delete></title>
  </head>
  <body>
    <h1>My <i diff:insert-formatting="">First</i> Heading</h1>
    <p>My <diff:delete>first </diff:delete>paragraph<diff:insert> has changed</diff:insert>.</p>
  </body>
</html>