Annotation of parser3/tests/results/269.processed, revision 1.1
1.1 ! misha 1: Content-Type: text/html
! 2: Content-Length: 3614
! 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>:
! 19: exception (type: xml,
! 20: source: getAttribute,
! 21: comment: invalid localName '*')
! 22: <hr />
! 23: <b>^firstChild.getAttribute[]</b>:
! 24: exception (type: xml,
! 25: source: getAttribute,
! 26: comment: invalid localName '')
! 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>:
! 35: exception (type: xml,
! 36: source: getAttributeNS,
! 37: comment: invalid localName '*')
! 38: <hr />
! 39: <b>^firstChild.getAttributeNS[http://design.ru/uri;]</b>:
! 40: exception (type: xml,
! 41: source: getAttributeNS,
! 42: comment: invalid localName '')
! 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>:
! 57: exception (type: xml,
! 58: source: getElementsByTagName,
! 59: comment: invalid localName '@')
! 60: <hr />
! 61: <b>^xdoc.getElementsByTagName[]</b>:
! 62: exception (type: xml,
! 63: source: getElementsByTagName,
! 64: comment: invalid localName '')
! 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>:
! 79: exception (type: xml,
! 80: source: getElementsByTagNameNS,
! 81: comment: invalid localName '@')
! 82: <hr />
! 83: <b>^xdoc.getElementsByTagNameNS[http://design.ru/uri;]</b>:
! 84: exception (type: xml,
! 85: source: getElementsByTagNameNS,
! 86: comment: invalid localName '')
! 87: <hr />
! 88: <b>^xdoc.getElementsByTagNameNS[;]</b>:
! 89: exception (type: xml,
! 90: source: getElementsByTagNameNS,
! 91: comment: invalid localName '')
! 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>:
! 107: exception (type: xml,
! 108: source: create,
! 109: comment: invalid localName 'ns:doc')
! 110: <hr />
! 111: <b>$x[^xdoc::create[nu i dela - <"bred"!> ]]</b>:
! 112: exception (type: xml,
! 113: source: create,
! 114: comment: invalid localName 'nu i dela - <"bred"!> ')
! 115: <hr />
! 116: <b>$x[^xdoc::create[]]</b>:
! 117: exception (type: xml,
! 118: source: create,
! 119: comment: invalid localName '')
! 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>:
! 130: exception (type: xml,
! 131: source: createElement,
! 132: comment: invalid localName 'nu i dela - <"bred"!> ')
! 133: <hr />
! 134: <b>$n[^x.createElement[]]</b>:
! 135: exception (type: xml,
! 136: source: createElement,
! 137: comment: invalid localName '')
E-mail: