Mercurial > hg > contenttransformer
changeset 8:805cadc2b825
adding example html files for upcoming Genshi transformer
author | k0s <k0scist@gmail.com> |
---|---|
date | Sun, 07 Feb 2010 18:52:40 -0500 |
parents | 68643e72c749 |
children | 051d4d39b4b9 |
files | example/hello.html example/include.html |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/hello.html Sun Feb 07 18:52:40 2010 -0500 @@ -0,0 +1,5 @@ +<html xmlns="http://www.w3.org/1999/xhtml" + xmlns:py="http://genshi.edgewall.org/" + py:strip="True"> +Hello, world +</html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/include.html Sun Feb 07 18:52:40 2010 -0500 @@ -0,0 +1,9 @@ +<html xmlns="http://www.w3.org/1999/xhtml" + xmlns:py="http://genshi.edgewall.org/"> +<head> +<title>using genshi content transformer</title> +</head> +<body> +<xi:include href="hello.html"/> +</body> +</html> \ No newline at end of file