mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-08 21:42:07 +03:00
Use runtest.c from libxml2 as a starting point. This finally allows us to run most of tests with CMake and Autotools VPATH builds.
17 lines
472 B
XML
17 lines
472 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<html xmlns="http://www.w3.org/TR/xhtml1/strict">
|
|
<head>
|
|
<title>Document Title</title>
|
|
</head>
|
|
<body>
|
|
<h1>Document Title</h1>
|
|
<h2>Chapter Title</h2>
|
|
<h3>Section Title</h3>
|
|
<p>This is a test.</p>
|
|
<p class="note"><b>NOTE: </b>This is a note.</p>
|
|
<h3>Another Section Title</h3>
|
|
<p>This is <em>another</em> test.</p>
|
|
<p class="note"><b>NOTE: </b>This is another note.</p>
|
|
</body>
|
|
</html>
|