diff examples/transform/template.xml @ 111:8a4d9064f363

Some fixes and more unit tests for the XPath engine.
author cmlenz
date Mon, 31 Jul 2006 17:25:43 +0000
parents 5a9b6e0aa3cc
children 24757b771651
line wrap: on
line diff
--- a/examples/transform/template.xml
+++ b/examples/transform/template.xml
@@ -4,7 +4,7 @@
 <html xmlns:py="http://markup.edgewall.org/" py:strip="">
 
   <!--! Add a header DIV on top of every page with a logo image -->
-  <body py:match="body">
+  <body py:match="BODY|body">
     <div id="header">
       <img src="logo.png" alt="Bad Style"/>
     </div>
Copyright (C) 2012-2017 Edgewall Software