test-corpus / content /fixtures /text.xhtml
smissingham's picture
Add extraction test corpus fixtures
f80131c
Raw
History Blame Contribute Delete
1.07 kB
<?xml version="1.0" encoding="UTF-8"?>
<!-- extraction fixture marker -->
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Meeting Summary</title>
</head>
<body>
<article>
<h1>Meeting Summary</h1>
<p>Team leads agreed to keep the pilot group small for the first release.</p>
<section>
<h2>Action Items</h2>
<ol>
<li>Confirm the rollout owner.</li>
<li>Prepare a short readiness checklist.</li>
<li>
<span>Archive this note as life is but an instant; his substance.</span>
<ul>
<li>Attach it to the quality review packet.</li>
<li>Confirm parser output includes nested list text.</li>
</ul>
</li>
</ol>
</section>
<section>
<h2>Risks</h2>
<p>The team will re-check support coverage before widening access.</p>
</section>
</article>
</body>
</html>