--- parser3/tests/110.html 2003/03/08 10:24:09 1.1 +++ parser3/tests/110.html 2003/07/24 11:25:58 1.2 @@ -0,0 +1,17 @@ +$xdoc[^xdoc::create{ +

привет

+}] +$node[^xdoc.selectSingle[/document/block/p]] +^if(def $node){ + ^if($node is string){ + $node + }{ + ^if($node is hash){ + ^node._count[] + }{ + $node.nodeType: $node.firstChild.nodeValue + } + } +}{ + node not found +}