Content-Type: text/html
Content-Length: 3554
$xdoc:
<pre><?xml version="1.0" encoding="UTF-8"?>
<r xmlns:aa="http://design.ru/uri">
<t a="1" aa:a="2" id="z"/>
<aa:t id="aa:z" a="11" aa:a="22"/>
</r>
</pre>
<h2>^node.getAttribute[]</h2>
<b>^firstChild.getAttribute[a]</b>:
'1'
<hr />
<b>^firstChild.getAttribute[aa:a]</b>:
''
<hr />
<b>^firstChild.getAttribute[*]</b>:
Exception type: xml,
Source: getAttribute,
Comment: invalid localName '*'
<hr />
<b>^firstChild.getAttribute[]</b>:
Exception type: xml,
Source: getAttribute,
Comment: invalid localName ''
<h2>^node.getAttributeNS[]</h2>
<b>^firstChild.getAttributeNS[http://design.ru/uri;a]</b>:
'2'
<hr />
<b>^firstChild.getAttributeNS[http://design.ru/uri;aa:a]</b>:
''
<hr />
<b>^firstChild.getAttributeNS[http://design.ru/uri;*]</b>:
Exception type: xml,
Source: getAttributeNS,
Comment: invalid localName '*'
<hr />
<b>^firstChild.getAttributeNS[http://design.ru/uri;]</b>:
Exception type: xml,
Source: getAttributeNS,
Comment: invalid localName ''
<h2>^doc.getElementsByTagName[]</h2>
<b>^xdoc.getElementsByTagName[t]</b>:
2
<hr />
<b>^xdoc.getElementsByTagName[a:t]</b>:
0
<hr />
<b>^xdoc.getElementsByTagName[aa:t]</b>:
0
<hr />
<b>^xdoc.getElementsByTagName[*]</b>:
3
<hr />
<b>^xdoc.getElementsByTagName[@]</b>:
Exception type: xml,
Source: getElementsByTagName,
Comment: invalid localName '@'
<hr />
<b>^xdoc.getElementsByTagName[]</b>:
Exception type: xml,
Source: getElementsByTagName,
Comment: invalid localName ''
<h2>^doc.getElementsByTagNameNS[]</h2>
<b>^xdoc.getElementsByTagNameNS[http://design.ru/uri;t]</b>:
1
<hr />
<b>^xdoc.getElementsByTagNameNS[http://design.ru/uri;a:t]</b>:
0
<hr />
<b>^xdoc.getElementsByTagNameNS[http://design.ru/uri;aa:t]</b>:
0
<hr />
<b>^xdoc.getElementsByTagNameNS[http://design.ru/uri;*]</b>:
1
<hr />
<b>^xdoc.getElementsByTagNameNS[http://design.ru/uri;@]</b>:
Exception type: xml,
Source: getElementsByTagNameNS,
Comment: invalid localName '@'
<hr />
<b>^xdoc.getElementsByTagNameNS[http://design.ru/uri;]</b>:
Exception type: xml,
Source: getElementsByTagNameNS,
Comment: invalid localName ''
<hr />
<b>^xdoc.getElementsByTagNameNS[;]</b>:
Exception type: xml,
Source: getElementsByTagNameNS,
Comment: invalid localName ''
<hr />
<b>^xdoc.getElementsByTagNameNS[;t]</b>:
0
<hr />
<b>^xdoc.getElementsByTagNameNS[*;t]</b>:
2
<hr />
<b>^xdoc.getElementsByTagNameNS[*;*]</b>:
3
<h2>^xdoc::create[]</h2>
<b>$x[^xdoc::create[doc]]</b>:
<?xml version="1.0" encoding="UTF-8"?>
<doc/>
<hr />
<b>$x[^xdoc::create[ns:doc]]</b>:
Exception type: xml,
Source: create,
Comment: invalid localName 'ns:doc'
<hr />
<b>$x[^xdoc::create[nu i dela - <"bred"!> ]]</b>:
Exception type: xml,
Source: create,
Comment: invalid localName 'nu i dela - <"bred"!> '
<hr />
<b>$x[^xdoc::create[]]</b>:
Exception type: xml,
Source: create,
Comment: invalid localName ''
<h2>^doc.createElement[]</h2>
<b>$n[^x.createElement[doc]]</b>:
<?xml version="1.0" encoding="UTF-8"?>
<test><doc/></test>
<hr />
<b>$n[^x.createElement[ns:doc]]</b>:
<?xml version="1.0" encoding="UTF-8"?>
<test><ns:doc/></test>
<hr />
<b>$n[^x.createElement[nu i dela - <"bred"!> ]]</b>:
Exception type: xml,
Source: createElement,
Comment: invalid localName 'nu i dela - <"bred"!> '
<hr />
<b>$n[^x.createElement[]]</b>:
Exception type: xml,
Source: createElement,
Comment: invalid localName ''
E-mail: