File: xe-input

package info (click to toggle)
tdom 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,260 kB
  • sloc: ansic: 56,762; xml: 20,797; tcl: 3,618; sh: 658; makefile: 83; cpp: 30
file content (31 lines) | stat: -rw-r--r-- 1,271 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

xml(file:../tests/data/mondial-europe.xml)/country[name='Germany']
xml(file:../tests/data/mondial-europe.xml) contains(//country[name='Germany']/name,"any")

xml(file:../tests/data/mondial-europe.xml)//country[name='Germany']/province[population>5000000]/name

xml(file:../tests/data/mondial-europe.xml)count(//country[name='Germany']/province)

xml(file:../tests/data/mondial-europe.xml)
    //mountain[in_country[@ref = string(//country[name='Germany']/@id)]]

xml(file:../tests/data/mondial-europe.xml)//country[name='France']/province/name
xml(file:../tests/data/mondial-europe.xml)//country[name='Germany']//city[population>1000000]
xml(file:../tests/data/mondial-europe.xml)//country[name='France']/province/city[population<100000]

xml(file:../tests/data/mondial-europe.xml)//river[length>4000]
xml(file:../tests/data/mondial-europe.xml)//river/name

xml(file:../tests/data/mondial-europe.xml) //country/car_code/text()


xml(file:../tests/data/books.xml) //book[@style="novel"]

xml(file:../doc/domNode.xml) //method/text()

xml(http://www.fernweh.com/wap/info.wml)
xml(http://www.fernweh.com/wap/categories.wml)

xml(http://wap.is.danet.de/lh/flugplan/index.wml)
xml(http://wap.t-d1-wap.de/t-online/)
xml(http://www.vbxml.com/downloads/files/dropdown_xsl.txt)