Commit 237444fb authored by Guido van Rossum's avatar Guido van Rossum

Add a doctype decl and some entity refs.

parent 238e0ba4
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html> <html>
<head>dadada</head> <head>dadada</head>
...@@ -7,6 +10,9 @@ ...@@ -7,6 +10,9 @@
<h1 z:condition="python:1" z:insert="str:This Is The Replaced Title">This Is The Replaced Title</h1> <h1 z:condition="python:1" z:insert="str:This Is The Replaced Title">This Is The Replaced Title</h1>
<!-- test entity references -->
&nbsp;&HarryPotter;
<!-- examples adapted from TemplateAttributeLanguageSyntax --> <!-- examples adapted from TemplateAttributeLanguageSyntax -->
<span z:insert="str:here/id">here/id</span> <span z:insert="str:here/id">here/id</span>
......
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html> <html>
<head>dadada</head> <head>dadada</head>
...@@ -11,6 +14,9 @@ The ...@@ -11,6 +14,9 @@ The
Replaced Replaced
Title">Title</h1> Title">Title</h1>
<!-- test entity references -->
&nbsp;&HarryPotter;
<!-- examples adapted from TemplateAttributeLanguageSyntax --> <!-- examples adapted from TemplateAttributeLanguageSyntax -->
<span z:insert="str:here/id"/> <span z:insert="str:here/id"/>
......
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html> <html>
<head>dadada</head> <head>dadada</head>
...@@ -7,6 +10,9 @@ ...@@ -7,6 +10,9 @@
<h1 z:condition="python:1" z:insert="str:This Is The Replaced Title">This Is The Replaced Title</h1> <h1 z:condition="python:1" z:insert="str:This Is The Replaced Title">This Is The Replaced Title</h1>
<!-- test entity references -->
&nbsp;&HarryPotter;
<!-- examples adapted from TemplateAttributeLanguageSyntax --> <!-- examples adapted from TemplateAttributeLanguageSyntax -->
<span z:insert="str:here/id">here/id</span> <span z:insert="str:here/id">here/id</span>
......
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html> <html>
<head>dadada</head> <head>dadada</head>
...@@ -11,6 +14,9 @@ The ...@@ -11,6 +14,9 @@ The
Replaced Replaced
Title">Title</h1> Title">Title</h1>
<!-- test entity references -->
&nbsp;&HarryPotter;
<!-- examples adapted from TemplateAttributeLanguageSyntax --> <!-- examples adapted from TemplateAttributeLanguageSyntax -->
<span z:insert="str:here/id"/> <span z:insert="str:here/id"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment