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
/
0014.addelements.in.xml
blob
4ef477a52fa38f4c8ab401c40cea7c9bf046e3e3
1
<?xml version='1.0' encoding='utf-8'?>
2
<Test xmlns:xm="tag:felixrabe.net,2011:xmlns:xmlmerge:preprocess">
3
<add-to/>
4
<add-before/>
5
<add-after/>
6
<xm:AddElements to="../add-to">
7
<a/> <b/> <c/>
8
</xm:AddElements>
9
<xm:AddElements before="../add-before">
10
<a/> <b/> <c/>
11
</xm:AddElements>
12
<xm:AddElements after="../add-after">
13
<a/> <b/> <c/>
14
</xm:AddElements>
15
</Test>