Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
3
14
 
15
16
  
17
  %entities;
18
]>
19
20
  
21
    XPathNSResolver_lookupNamespaceURI_xml
22
    Bob Clary
23
    
24
      Iterate over all elements in the test document, creating
25
      nsresolvers checking that looking up the xml prefix returns
26
      http://www.w3.org/XML/1998/namespace.
27
    
28
    2003-12-09
29
    
30
    
31
    
32
    
33
  
34
 
35
  
36
 
37
  
38
  
39
  
40
 
41
  
42
 
43
  
44
  
45
  
46
  
47
  
48
 
49
  
50
 
51
  
52
 
53
  
54
 
55
  
56
                          interface="Document"
57
                          var="elements"
58
                          namespaceURI=""*""
59
                          localName=""*""
60
                          />
61
 
62
  
63
                        document='doc'/>
64
 
65
 
66
  
67
            collection="elements">
68
 
69
 
70
    
71
                      var="resolver"
72
                      nodeResolver="element"
73
                      />
74
 
75
    
76
                        interface="XPathNSResolver"
77
                        var="lookupNamespaceURI"
78
                        prefix=""xml""
79
                        />
80
 
81
    
82
                  actual="lookupNamespaceURI"
83
                  expected=""http://www.w3.org/XML/1998/namespace""
84
                  ignoreCase="false"
85
                  />
86
  
87
 
88