Annotation of parser3/tests/results/269.processed, revision 1.2
1.1 misha 1: Content-Type: text/html
1.2 ! moko 2: Content-Length: 3414
1.1 misha 3:
4: $xdoc:
5: <pre><?xml version="1.0" encoding="UTF-8"?>
6: <r xmlns:aa="http://design.ru/uri">
7: <t a="1" aa:a="2" id="z"/>
8: <aa:t id="aa:z" a="11" aa:a="22"/>
9: </r>
10: </pre>
11: <h2>^node.getAttribute[]</h2>
12: <b>^firstChild.getAttribute[a]</b>:
13: '1'
14: <hr />
15: <b>^firstChild.getAttribute[aa:a]</b>:
16: ''
17: <hr />
18: <b>^firstChild.getAttribute[*]</b>:
1.2 ! moko 19: Type: xml,
! 20: Source: getAttribute,
! 21: Comment: invalid localName '*'
1.1 misha 22: <hr />
23: <b>^firstChild.getAttribute[]</b>:
1.2 ! moko 24: Type: xml,
! 25: Source: getAttribute,
! 26: Comment: invalid localName ''
1.1 misha 27: <h2>^node.getAttributeNS[]</h2>
28: <b>^firstChild.getAttributeNS[http://design.ru/uri;a]</b>:
29: '2'
30: <hr />
31: <b>^firstChild.getAttributeNS[http://design.ru/uri;aa:a]</b>:
32: ''
33: <hr />
34: <b>^firstChild.getAttributeNS[http://design.ru/uri;*]</b>:
1.2 ! moko 35: Type: xml,
! 36: Source: getAttributeNS,
! 37: Comment: invalid localName '*'
1.1 misha 38: <hr />
39: <b>^firstChild.getAttributeNS[http://design.ru/uri;]</b>:
1.2 ! moko 40: Type: xml,
! 41: Source: getAttributeNS,
! 42: Comment: invalid localName ''
1.1 misha 43: <h2>^doc.getElementsByTagName[]</h2>
44: <b>^xdoc.getElementsByTagName[t]</b>:
45: 2
46: <hr />
47: <b>^xdoc.getElementsByTagName[a:t]</b>:
48: 0
49: <hr />
50: <b>^xdoc.getElementsByTagName[aa:t]</b>:
51: 0
52: <hr />
53: <b>^xdoc.getElementsByTagName[*]</b>:
54: 3
55: <hr />
56: <b>^xdoc.getElementsByTagName[@]</b>:
1.2 ! moko 57: Type: xml,
! 58: Source: getElementsByTagName,
! 59: Comment: invalid localName '@'
1.1 misha 60: <hr />
61: <b>^xdoc.getElementsByTagName[]</b>:
1.2 ! moko 62: Type: xml,
! 63: Source: getElementsByTagName,
! 64: Comment: invalid localName ''
1.1 misha 65: <h2>^doc.getElementsByTagNameNS[]</h2>
66: <b>^xdoc.getElementsByTagNameNS[http://design.ru/uri;t]</b>:
67: 1
68: <hr />
69: <b>^xdoc.getElementsByTagNameNS[http://design.ru/uri;a:t]</b>:
70: 0
71: <hr />
72: <b>^xdoc.getElementsByTagNameNS[http://design.ru/uri;aa:t]</b>:
73: 0
74: <hr />
75: <b>^xdoc.getElementsByTagNameNS[http://design.ru/uri;*]</b>:
76: 1
77: <hr />
78: <b>^xdoc.getElementsByTagNameNS[http://design.ru/uri;@]</b>:
1.2 ! moko 79: Type: xml,
! 80: Source: getElementsByTagNameNS,
! 81: Comment: invalid localName '@'
1.1 misha 82: <hr />
83: <b>^xdoc.getElementsByTagNameNS[http://design.ru/uri;]</b>:
1.2 ! moko 84: Type: xml,
! 85: Source: getElementsByTagNameNS,
! 86: Comment: invalid localName ''
1.1 misha 87: <hr />
88: <b>^xdoc.getElementsByTagNameNS[;]</b>:
1.2 ! moko 89: Type: xml,
! 90: Source: getElementsByTagNameNS,
! 91: Comment: invalid localName ''
1.1 misha 92: <hr />
93: <b>^xdoc.getElementsByTagNameNS[;t]</b>:
94: 0
95: <hr />
96: <b>^xdoc.getElementsByTagNameNS[*;t]</b>:
97: 2
98: <hr />
99: <b>^xdoc.getElementsByTagNameNS[*;*]</b>:
100: 3
101: <h2>^xdoc::create[]</h2>
102: <b>$x[^xdoc::create[doc]]</b>:
103: <?xml version="1.0" encoding="UTF-8"?>
104: <doc/>
105: <hr />
106: <b>$x[^xdoc::create[ns:doc]]</b>:
1.2 ! moko 107: Type: xml,
! 108: Source: create,
! 109: Comment: invalid localName 'ns:doc'
1.1 misha 110: <hr />
111: <b>$x[^xdoc::create[nu i dela - <"bred"!> ]]</b>:
1.2 ! moko 112: Type: xml,
! 113: Source: create,
! 114: Comment: invalid localName 'nu i dela - <"bred"!> '
1.1 misha 115: <hr />
116: <b>$x[^xdoc::create[]]</b>:
1.2 ! moko 117: Type: xml,
! 118: Source: create,
! 119: Comment: invalid localName ''
1.1 misha 120: <h2>^doc.createElement[]</h2>
121: <b>$n[^x.createElement[doc]]</b>:
122: <?xml version="1.0" encoding="UTF-8"?>
123: <test><doc/></test>
124: <hr />
125: <b>$n[^x.createElement[ns:doc]]</b>:
126: <?xml version="1.0" encoding="UTF-8"?>
127: <test><ns:doc/></test>
128: <hr />
129: <b>$n[^x.createElement[nu i dela - <"bred"!> ]]</b>:
1.2 ! moko 130: Type: xml,
! 131: Source: createElement,
! 132: Comment: invalid localName 'nu i dela - <"bred"!> '
1.1 misha 133: <hr />
134: <b>$n[^x.createElement[]]</b>:
1.2 ! moko 135: Type: xml,
! 136: Source: createElement,
! 137: Comment: invalid localName ''
E-mail: