/[cvs]/nfo/perl/scripts/xupdate/t/01_xupdate_insert-after.xml
ViewVC logotype

Contents of /nfo/perl/scripts/xupdate/t/01_xupdate_insert-after.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Wed May 7 04:08:49 2003 UTC (20 years, 11 months ago) by joko
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/xml
initial commit

1 <?xml version="1.0"?>
2
3 <!-- modified version of http://www.xmldb.org/xupdate/xupdate-wd.html#N238f4 -->
4
5 <xupdate:modifications version="1.0" xmlns:xupdate="http://www.xmldb.org/xupdate">
6
7 <xupdate:insert-after select="/addresses/address" test="./[@id='1']">
8
9 <xupdate:element name="address">
10 <xupdate:attribute name="id">2</xupdate:attribute>
11 <fullname>Lars Martin</fullname>
12 <born day='2' month='12' year='1974'/>
13 <town>Leizig</town>
14 <country>Germany</country>
15 </xupdate:element>
16
17 </xupdate:insert-after>
18
19 </xupdate:modifications>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed