Annotation of parser3/tests/110.html, revision 1.3

1.3     ! paf         1: $xdoc[^xdoc::create{<?xml version="1.0"?>
        !             2: <document><block><p>привет</p></block></document>
1.2       paf         3: }]
                      4: $node[^xdoc.selectSingle[/document/block/p]]
                      5: ^if(def $node){
                      6:        ^if($node is string){
                      7:                $node
                      8:        }{
                      9:        ^if($node is hash){
                     10:                ^node._count[]
                     11:        }{
                     12:                $node.nodeType: $node.firstChild.nodeValue
                     13:        }
                     14:        }
                     15: }{
                     16:        node not found
                     17: }

E-mail: