Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
9291da09
Commit
9291da09
authored
Apr 10, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove untruthful XML declaration from HTML sources.
parent
ae8e65a4
Changes
32
Hide whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
0 additions
and
32 deletions
+0
-32
lib/python/TAL/test/input/test01.html
lib/python/TAL/test/input/test01.html
+0
-1
lib/python/TAL/test/input/test02.html
lib/python/TAL/test/input/test02.html
+0
-1
lib/python/TAL/test/input/test03.html
lib/python/TAL/test/input/test03.html
+0
-1
lib/python/TAL/test/input/test04.html
lib/python/TAL/test/input/test04.html
+0
-1
lib/python/TAL/test/input/test05.html
lib/python/TAL/test/input/test05.html
+0
-1
lib/python/TAL/test/input/test06.html
lib/python/TAL/test/input/test06.html
+0
-1
lib/python/TAL/test/input/test07.html
lib/python/TAL/test/input/test07.html
+0
-1
lib/python/TAL/test/input/test08.html
lib/python/TAL/test/input/test08.html
+0
-1
lib/python/TAL/test/output/test01.html
lib/python/TAL/test/output/test01.html
+0
-1
lib/python/TAL/test/output/test02.html
lib/python/TAL/test/output/test02.html
+0
-1
lib/python/TAL/test/output/test03.html
lib/python/TAL/test/output/test03.html
+0
-1
lib/python/TAL/test/output/test04.html
lib/python/TAL/test/output/test04.html
+0
-1
lib/python/TAL/test/output/test05.html
lib/python/TAL/test/output/test05.html
+0
-1
lib/python/TAL/test/output/test06.html
lib/python/TAL/test/output/test06.html
+0
-1
lib/python/TAL/test/output/test07.html
lib/python/TAL/test/output/test07.html
+0
-1
lib/python/TAL/test/output/test08.html
lib/python/TAL/test/output/test08.html
+0
-1
lib/python/TAL/tests/input/test01.html
lib/python/TAL/tests/input/test01.html
+0
-1
lib/python/TAL/tests/input/test02.html
lib/python/TAL/tests/input/test02.html
+0
-1
lib/python/TAL/tests/input/test03.html
lib/python/TAL/tests/input/test03.html
+0
-1
lib/python/TAL/tests/input/test04.html
lib/python/TAL/tests/input/test04.html
+0
-1
lib/python/TAL/tests/input/test05.html
lib/python/TAL/tests/input/test05.html
+0
-1
lib/python/TAL/tests/input/test06.html
lib/python/TAL/tests/input/test06.html
+0
-1
lib/python/TAL/tests/input/test07.html
lib/python/TAL/tests/input/test07.html
+0
-1
lib/python/TAL/tests/input/test08.html
lib/python/TAL/tests/input/test08.html
+0
-1
lib/python/TAL/tests/output/test01.html
lib/python/TAL/tests/output/test01.html
+0
-1
lib/python/TAL/tests/output/test02.html
lib/python/TAL/tests/output/test02.html
+0
-1
lib/python/TAL/tests/output/test03.html
lib/python/TAL/tests/output/test03.html
+0
-1
lib/python/TAL/tests/output/test04.html
lib/python/TAL/tests/output/test04.html
+0
-1
lib/python/TAL/tests/output/test05.html
lib/python/TAL/tests/output/test05.html
+0
-1
lib/python/TAL/tests/output/test06.html
lib/python/TAL/tests/output/test06.html
+0
-1
lib/python/TAL/tests/output/test07.html
lib/python/TAL/tests/output/test07.html
+0
-1
lib/python/TAL/tests/output/test08.html
lib/python/TAL/tests/output/test08.html
+0
-1
No files found.
lib/python/TAL/test/input/test01.html
View file @
9291da09
<?xml version="1.0" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
...
...
lib/python/TAL/test/input/test02.html
View file @
9291da09
<?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=
""'"
lt=
"<"
gt=
">"
amp=
"&"
foo=
""
>
...
...
lib/python/TAL/test/input/test03.html
View file @
9291da09
<?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>
...
...
lib/python/TAL/test/input/test04.html
View file @
9291da09
<?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"
>
...
...
lib/python/TAL/test/input/test05.html
View file @
9291da09
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:define-macro=
"body"
>
...
...
lib/python/TAL/test/input/test06.html
View file @
9291da09
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test05.html/body"
>
...
...
lib/python/TAL/test/input/test07.html
View file @
9291da09
<?xml version="1.0" ?>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:define-macro=
"myTable"
>
<!-- macro definition with slots -->
<tr>
...
...
lib/python/TAL/test/input/test08.html
View file @
9291da09
<?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>
...
...
lib/python/TAL/test/output/test01.html
View file @
9291da09
<?xml version="1.0" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
...
...
lib/python/TAL/test/output/test02.html
View file @
9291da09
<?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=
""'"
lt=
"<"
gt=
">"
amp=
"&"
foo=
""
>
...
...
lib/python/TAL/test/output/test03.html
View file @
9291da09
<?xml version="1.0" ?>
<p>
<span>
<span>
hello brave new world
</span>
...
...
lib/python/TAL/test/output/test04.html
View file @
9291da09
<?xml version="1.0" ?>
<html>
<body>
...
...
lib/python/TAL/test/output/test05.html
View file @
9291da09
<?xml version="1.0" ?>
<html>
<body>
...
...
lib/python/TAL/test/output/test06.html
View file @
9291da09
<?xml version="1.0" ?>
<html>
<body>
...
...
lib/python/TAL/test/output/test07.html
View file @
9291da09
<?xml version="1.0" ?>
<table>
<!-- macro definition with slots -->
<tr>
...
...
lib/python/TAL/test/output/test08.html
View file @
9291da09
<?xml version="1.0" ?>
<table>
<!-- macro definition with slots -->
<tr>
...
...
lib/python/TAL/tests/input/test01.html
View file @
9291da09
<?xml version="1.0" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
...
...
lib/python/TAL/tests/input/test02.html
View file @
9291da09
<?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=
""'"
lt=
"<"
gt=
">"
amp=
"&"
foo=
""
>
...
...
lib/python/TAL/tests/input/test03.html
View file @
9291da09
<?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>
...
...
lib/python/TAL/tests/input/test04.html
View file @
9291da09
<?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"
>
...
...
lib/python/TAL/tests/input/test05.html
View file @
9291da09
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:define-macro=
"body"
>
...
...
lib/python/TAL/tests/input/test06.html
View file @
9291da09
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test05.html/body"
>
...
...
lib/python/TAL/tests/input/test07.html
View file @
9291da09
<?xml version="1.0" ?>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:define-macro=
"myTable"
>
<!-- macro definition with slots -->
<tr>
...
...
lib/python/TAL/tests/input/test08.html
View file @
9291da09
<?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>
...
...
lib/python/TAL/tests/output/test01.html
View file @
9291da09
<?xml version="1.0" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
...
...
lib/python/TAL/tests/output/test02.html
View file @
9291da09
<?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=
""'"
lt=
"<"
gt=
">"
amp=
"&"
foo=
""
>
...
...
lib/python/TAL/tests/output/test03.html
View file @
9291da09
<?xml version="1.0" ?>
<p>
<span>
<span>
hello brave new world
</span>
...
...
lib/python/TAL/tests/output/test04.html
View file @
9291da09
<?xml version="1.0" ?>
<html>
<body>
...
...
lib/python/TAL/tests/output/test05.html
View file @
9291da09
<?xml version="1.0" ?>
<html>
<body>
...
...
lib/python/TAL/tests/output/test06.html
View file @
9291da09
<?xml version="1.0" ?>
<html>
<body>
...
...
lib/python/TAL/tests/output/test07.html
View file @
9291da09
<?xml version="1.0" ?>
<table>
<!-- macro definition with slots -->
<tr>
...
...
lib/python/TAL/tests/output/test08.html
View file @
9291da09
<?xml version="1.0" ?>
<table>
<!-- macro definition with slots -->
<tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment