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
da5ed0d8
Commit
da5ed0d8
authored
Feb 07, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix output for new style treatment of xmlns attributes.
parent
7d656298
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
lib/python/TAL/test/out3.xml
lib/python/TAL/test/out3.xml
+2
-2
lib/python/TAL/test/out4.xml
lib/python/TAL/test/out4.xml
+1
-1
lib/python/TAL/tests/out3.xml
lib/python/TAL/tests/out3.xml
+2
-2
lib/python/TAL/tests/out4.xml
lib/python/TAL/tests/out4.xml
+1
-1
No files found.
lib/python/TAL/test/out3.xml
View file @
da5ed0d8
<?xml version="1.0" ?>
<p>
<span
xmlns:z=
"http://xml.zope.org/namespaces/tal"
z:define=
"local x str:hello brave new world"
>
<p
xmlns:z=
"http://xml.zope.org/namespaces/tal"
>
<span
z:define=
"local x str:hello brave new world"
>
<span
z:insert=
"text local:x"
>
hello brave new world
</span>
<span
z:define=
"local x str:goodbye cruel world"
>
<span
z:insert=
"text local:x"
>
goodbye cruel world
</span>
...
...
lib/python/TAL/test/out4.xml
View file @
da5ed0d8
<?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"
>
<body
xmlns:
z=
"http://xml.zope.org/namespaces/tal"
xmlns:m=
"http://xml.zope.org/namespaces/me
tal"
m:define-macro=
"body"
z:define=
"global count python:0"
>
<ul
m:define-macro=
"whoops"
>
...
...
lib/python/TAL/tests/out3.xml
View file @
da5ed0d8
<?xml version="1.0" ?>
<p>
<span
xmlns:z=
"http://xml.zope.org/namespaces/tal"
z:define=
"local x str:hello brave new world"
>
<p
xmlns:z=
"http://xml.zope.org/namespaces/tal"
>
<span
z:define=
"local x str:hello brave new world"
>
<span
z:insert=
"text local:x"
>
hello brave new world
</span>
<span
z:define=
"local x str:goodbye cruel world"
>
<span
z:insert=
"text local:x"
>
goodbye cruel world
</span>
...
...
lib/python/TAL/tests/out4.xml
View file @
da5ed0d8
<?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"
>
<body
xmlns:
z=
"http://xml.zope.org/namespaces/tal"
xmlns:m=
"http://xml.zope.org/namespaces/me
tal"
m:define-macro=
"body"
z:define=
"global count python:0"
>
<ul
m:define-macro=
"whoops"
>
...
...
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