Annotation of parser3/src/www/htdocs/index.html, revision 1.313

1.312     parser      1: @main[]
                      2: ^xslt[]
1.307     parser      3: 
1.312     parser      4: @xslt[]
                      5: $dom[^dom::set{<?xml version="1.0" encoding="windows-1251"?>
                      6: 
                      7: <people>
                      8:        <man id="1">
                      9:                <name>PAF</name>
                     10:        </man>
                     11:        <man id="2">
                     12:                <name>دبش</name>
                     13:        </man>
                     14: </people>
                     15: }]
                     16: 
                     17: $people[^dom.xpath[/people/man/name]]
                     18: 
                     19: ^for[i](0;^people._count[]-1){
1.313   ! parser     20:        z$people.$i.first-child.value<br>       
1.312     parser     21: }
                     22: OK

E-mail: