[ZPT] CVS: Packages/TAL - test01.html:1.2 test02.html:1.2 test03.html:1.2 test04.html:1.2 test05.html:1.2 test06.html:1.4 test07.html:1.2 test08.html:1.4

guido@digicool.com guido@digicool.com
Mon, 9 Apr 2001 23:26:47 -0400 (EDT)


Update of /cvs-repository/Packages/TAL/test/input
In directory korak:/tmp/cvs-serv5406/input

Modified Files:
	test01.html test02.html test03.html test04.html test05.html 
	test06.html test07.html test08.html 
Log Message:
Remove untruthful XML declaration from HTML sources.


--- Updated File test01.html in package Packages/TAL --
--- test01.html	2001/03/27 16:38:59	1.1
+++ test01.html	2001/04/10 03:26:45	1.2
@@ -1,4 +1,3 @@
-<?xml version="1.0" ?>
 <!DOCTYPE html 
   PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "DTD/xhtml1-transitional.dtd">

--- Updated File test02.html in package Packages/TAL --
--- test02.html	2001/03/27 16:38:59	1.1
+++ test02.html	2001/04/10 03:26:45	1.2
@@ -1,4 +1,3 @@
-<?xml version="1.0" ?>
 <biztalk_1 xmlns="urn:schemas-biztalk-org:biztalk:biztalk_1">
 
 <foo:header xmlns:foo="whomping-willow" plain="guido" quote='"' apostrophe="'" both="&quot;'" lt="&lt;" gt="&gt;" amp="&amp;" foo="">

--- Updated File test03.html in package Packages/TAL --
--- test03.html	2001/03/27 16:38:59	1.1
+++ test03.html	2001/04/10 03:26:45	1.2
@@ -1,4 +1,3 @@
-<?xml version="1.0" ?>
 <p xmlns:z="http://xml.zope.org/namespaces/tal">
   <span z:define="local x str:hello brave new world">
     <span z:content="text local:x">outer variable x, first appearance</span>

--- Updated File test04.html in package Packages/TAL --
--- test04.html	2001/03/27 16:38:59	1.1
+++ test04.html	2001/04/10 03:26:45	1.2
@@ -1,4 +1,3 @@
-<?xml version="1.0" ?>
 <html>
 
   <body xmlns:m="http://xml.zope.org/namespaces/metal" xmlns:z="http://xml.zope.org/namespaces/tal" m:define-macro="body" z:define="global count python:0">

--- Updated File test05.html in package Packages/TAL --
--- test05.html	2001/03/27 16:38:59	1.1
+++ test05.html	2001/04/10 03:26:45	1.2
@@ -1,4 +1,3 @@
-<?xml version="1.0" ?>
 <html>
 
   <body xmlns:m="http://xml.zope.org/namespaces/metal" m:define-macro="body">

--- Updated File test06.html in package Packages/TAL --
--- test06.html	2001/04/10 02:00:49	1.3
+++ test06.html	2001/04/10 03:26:45	1.4
@@ -1,4 +1,3 @@
-<?xml version="1.0" ?>
 <html>
   <body xmlns:m="http://xml.zope.org/namespaces/metal"
         m:use-macro="test/input/test05.html/body">

--- Updated File test07.html in package Packages/TAL --
--- test07.html	2001/03/27 16:38:59	1.1
+++ test07.html	2001/04/10 03:26:45	1.2
@@ -1,4 +1,3 @@
-<?xml version="1.0" ?>
 <table xmlns:m="http://xml.zope.org/namespaces/metal" m:define-macro="myTable">
 <!-- macro definition with slots -->
   <tr>

--- Updated File test08.html in package Packages/TAL --
--- test08.html	2001/04/10 02:00:49	1.3
+++ test08.html	2001/04/10 03:26:45	1.4
@@ -1,4 +1,3 @@
-<?xml version="1.0" ?>
 <table xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/input/test07.html/myTable">
 <!-- macro use with slots -->
   <tr>