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
/
0016.include.fragment.xml
blob
34b75856f660f5863fb4f9b9b7bee894ab4ca82f
1
<?xml version='1.0' encoding='utf-8'?>
2
<Test xmlns:xm="tag:felixrabe.net,2011:xmlns:xmlmerge:preprocess">
3
<xm:DefaultVar somevar="123"/>
4
<A>
5
<First somevar="{somevar}"/>
6
<Second/>
7
</A>
8
<xm:Var somevar="somevar + 1"/>
9
<B>
10
<Third somevar="{somevar}"/>
11
<Fourth/>
12
</B>
13
</Test>