OSDN Git Service

add Renderer and HTMLRenderer.inner_html()
[htmltree-py/htmltree.git] / test / sample.html
diff --git a/test/sample.html b/test/sample.html
new file mode 100644 (file)
index 0000000..591a66f
--- /dev/null
@@ -0,0 +1,14 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
+<head> 
+<title>htmltree.py sample html</title> 
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
+</head> 
+<body id="htmltree" class="content">
+<div class="main-column">
+<h1>This is htmltree</h1>
+foo bar hoge hoge
+</div>
+</didy>
+</html>
+