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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Wed May 7 13:23:45 2003 UTC (21 years 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 joko 1.1 <?xml version="1.0"?>
2    
3 joko 1.2 <!-- modified version of http://www.xmldb.org/xupdate/xupdate-wd.html#N3c9217 -->
4 joko 1.1
5     <xupdate:modifications version="1.0" xmlns:xupdate="http://www.xmldb.org/xupdate">
6    
7 joko 1.2 <!-- that's from the spec -->
8     <!-- <xupdate:variable name="town" select="/addresses/address[0]/town"/> -->
9    
10     <!-- testing -->
11 joko 1.1 <!-- <xupdate:variable name="town" select="/addresses[2]/address[4]/town[2]" /> -->
12 joko 1.2 <!-- <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 joko 1.1
20     <xupdate:append select="/addresses">
21     <xupdate:element name="address">
22 joko 1.2 <xupdate:value-of select="$town"/>
23 joko 1.1 </xupdate:element>
24     </xupdate:append>
25    
26     </xupdate:modifications>

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