Annotation of parser3/tests/097.html, revision 1.4
1.3 paf 1: $file[^file::load[binary;http://www.parser.ru/none/;
1.2 paf 2: $.headers[
3: $.USER-AGENT[paf]
4: ]
5: $.any-status(1)
6: ]]
7: #server: $file.SERVER<br>
8: $file.status
1.4 ! misha 9: <hr />
1.2 paf 10: #<pre>$file.text</pre>
1.4 ! misha 11:
! 12:
! 13: $file[^file::load[binary;http://www.parser.ru/xmlview.xsl;
! 14: $.timeout(10)
! 15: $.any-status(1)
! 16: ]]
! 17: ^try{
! 18: $xdoc[^xdoc::create[$file]]
! 19: xdoc from file created successfully (documentElement: $xdoc.documentElement.nodeName)
! 20: }{
! 21: can't create xdoc.
! 22: $exception.handled(1)
! 23: }
E-mail: