/[cvs]/nfo/perl/scripts/xupdate/t/08_xupdate_variables.xml
ViewVC logotype

Contents of /nfo/perl/scripts/xupdate/t/08_xupdate_variables.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Wed May 7 13:23:45 2003 UTC (20 years, 11 months ago) by joko
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +13 -4 lines
File MIME type: text/xml
+ enhanced: [2.9 Variables and Values of Variables] - now has two modes - one like the spec and one additional

1 <?xml version="1.0"?>
2
3 <!-- modified version of http://www.xmldb.org/xupdate/xupdate-wd.html#N3c9217 -->
4
5 <xupdate:modifications version="1.0" xmlns:xupdate="http://www.xmldb.org/xupdate">
6
7 <!-- that's from the spec -->
8 <!-- <xupdate:variable name="town" select="/addresses/address[0]/town"/> -->
9
10 <!-- testing -->
11 <!-- <xupdate:variable name="town" select="/addresses[2]/address[4]/town[2]" /> -->
12 <!-- <xupdate:variable name="town" select="abcdef" /> -->
13
14 <!-- this works -->
15 <xupdate:variable name="town" select="/addresses/address[1]/town" />
16
17 <!-- this should also - though not required (feature) -->
18 <!-- <xupdate:variable name="town">Hello World!</xupdate:variable> -->
19
20 <xupdate:append select="/addresses">
21 <xupdate:element name="address">
22 <xupdate:value-of select="$town"/>
23 </xupdate:element>
24 </xupdate:append>
25
26 </xupdate:modifications>

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