File: expout.xhtml

package info (click to toggle)
pyxb 1.2.6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 42,668 kB
  • sloc: python: 239,437; sh: 905; xml: 690; makefile: 60
file content (21 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" ?>
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title>A Test Document</title>
	</head>
	<body>
		<h1>Contents</h1>
		<p>Here is some text.

It doesn't do anything special.</p>
		<p>
			Here is more text.  It has 
			<b>bold</b>
			 and 
			<em>emphasized</em>
			 content with 
			<b>more bold</b>
			 just to complicate things.
		</p>
	</body>
</html>