2006-11-08 01:54:26 +00:00
|
|
|
<?xml version='1.0' encoding='utf-8' ?>
|
|
|
|
<?xml version='1.0' encoding='iso-8859-1' ?>
|
|
|
|
<?xml version='1.0' encoding='utf-8' ?>
|
2006-10-27 20:36:34 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
2006-12-10 21:56:05 +00:00
|
|
|
<strong apos="Foo's bar!">Boo!</strong>
|
2007-02-10 17:41:47 +00:00
|
|
|
Embedded? false!
|
|
|
|
Embedded? true!
|
|
|
|
Embedded? true!
|
2007-07-29 19:44:17 +00:00
|
|
|
Embedded? twice! true!
|
2007-11-26 01:36:57 +00:00
|
|
|
Embedded? one af"t"er another!
|
|
|
|
<p>Embedded? false!</p>
|
|
|
|
<p>Embedded? true!</p>
|
|
|
|
<p>Embedded? true!</p>
|
|
|
|
<p>Embedded? twice! true!</p>
|
|
|
|
<p>Embedded? one af"t"er another!</p>
|
2006-12-26 16:57:10 +00:00
|
|
|
stuff followed by whitespace
|
2007-01-03 07:27:11 +00:00
|
|
|
<strong>block with whitespace</strong>
|
2006-11-17 01:12:50 +00:00
|
|
|
<p>
|
|
|
|
Escape
|
|
|
|
- character
|
|
|
|
%p foo
|
|
|
|
yee\ha
|
|
|
|
</p>
|
2006-10-22 21:42:45 +00:00
|
|
|
<!-- Short comment -->
|
2009-09-15 16:56:28 -03:00
|
|
|
<!--
|
2006-10-22 21:42:45 +00:00
|
|
|
This is a block comment
|
|
|
|
cool, huh?
|
|
|
|
<strong>there can even be sub-tags!</strong>
|
|
|
|
Or script!
|
|
|
|
-->
|
2007-07-24 09:20:22 +00:00
|
|
|
<p class=''>class attribute should appear!</p>
|
|
|
|
<p>this attribute shouldn't appear</p>
|
2006-10-22 21:42:45 +00:00
|
|
|
<!--[if lte IE6]> conditional comment! <![endif]-->
|
2009-09-15 16:56:28 -03:00
|
|
|
<!--[if gte IE7]>
|
2006-10-22 21:42:45 +00:00
|
|
|
<p>Block conditional comment</p>
|
|
|
|
<div>
|
|
|
|
<h1>Cool, eh?</h1>
|
|
|
|
</div>
|
|
|
|
<![endif]-->
|
2009-09-15 16:56:28 -03:00
|
|
|
<!--[if gte IE5.2]>
|
2006-11-26 23:42:44 +00:00
|
|
|
Woah a period.
|
|
|
|
<![endif]-->
|
2007-03-04 20:16:54 +00:00
|
|
|
testtest
|
2007-03-26 06:03:29 +00:00
|
|
|
<br />
|
|
|
|
<meta foo='bar' />
|
|
|
|
<img />
|
|
|
|
<hr />
|
|
|
|
<link />
|
|
|
|
<script>Inline content</script>
|
|
|
|
<br>
|
|
|
|
Nested content
|
|
|
|
</br>
|
2007-06-06 09:03:21 +00:00
|
|
|
<p class='article bar foo' id='article_1'>Blah</p>
|
|
|
|
<p class='article foo' id='article_1'>Blah</p>
|
2010-02-27 07:52:09 -06:00
|
|
|
<p class='article bar baz foo' id='article_1'>Blah</p>
|
2007-06-06 09:03:21 +00:00
|
|
|
<p class='article quux qux' id='article_1'>Blump</p>
|
2010-02-27 07:52:09 -06:00
|
|
|
<p class='article' id='foo_bar_baz_article_1'>Whee</p>
|
2007-06-22 19:45:03 +00:00
|
|
|
Woah inner quotes
|
2008-05-09 16:00:08 -07:00
|
|
|
<p class='dynamic_quote' dyn='3' quotes="single '"></p>
|
2008-04-18 12:54:15 -07:00
|
|
|
<p class='dynamic_self_closing' dyn='3' />
|
2008-08-29 20:40:05 -07:00
|
|
|
<body>
|
|
|
|
hello
|
|
|
|
<div>
|
|
|
|
<img />
|
|
|
|
</div>
|
|
|
|
</body>
|