repo.or.cz
/
xmlmerge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Use tag URI instead of URN (which was used without registration) for the XML namespace
[xmlmerge.git]
/
tests
/
0007.pythoncode.in.xml
blob
e91b3a8c4e70140921cec750884dc10b7162e9cc
1
<?xml version='1.0' encoding='utf-8'?>
2
<Test xmlns:xm="tag:felixrabe.net,2011:xmlns:xmlmerge:preprocess">
3
<xm:PythonCode><![CDATA[
4
print self, xml_element
5
old_self = self
6
self = None
7
]]></xm:PythonCode>
8
<xm:PythonCode><![CDATA[
9
assert self is old_self
10
]]></xm:PythonCode>
11
</Test>