Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.31 and 1.314

version 1.31, 2001/03/21 15:53:31 version 1.314, 2001/09/18 13:31:56
Line 1 Line 1
 @main[]  @main[]
 $href[${request:uri}.]  ^xslt[]
 <a href=$href>$href</a>  OK
 <HR>  
   @xslt[]
 ^$cookie:a={$cookie:a}<BR>  $dom[^dom::set{<?xml version="1.0" encoding="windows-1251"?>
 $cookie:a[123]  
 ^$form:a={$form:a}<BR>  <people>
 $env:CONTENT_LENGTH ?<BR>          <man id="1">
                   <name>PAF</name>
 ^$env:REQUEST_URI={$env:REQUEST_URI}<BR>          </man>
           <man id="2">
 @exception[origin;source;comment;type;code]                  <name>دبش</name>
 ERROR:          </man>
 ^if(def $source){$origin '$source'}  </people>
 ${comment}.  }]
 ^if(def $type){type=$type}  
 ^if(def $code){code=$code}  ^show-dnode[$dom]<hr>
   $people[^dom.xpath[*/man/*]]
   #^show1[]
   ^show-dnodes[$people]<hr>
   
   @show1[]
   ^for[i](0;^people._count[]-1){
       $node[$people.$i]
           $node.first-child.value: 
                   $pattributes[$node.parent.attributes]
                   ^if(^pattributes._count[]){
                           $pattributes.id.name=$pattributes.id.value
                   }
           <br>
   }
   
   @show-dnodes[array2]
   ^for[i](0;^array2._count[]-1){
           ^show-dnode[$array2.$i]
   }
   
   @show-dnode[dnode]
   [$dnode.type] $dnode.name ^if(def $dnode.value){'$dnode.value'}<br>
   ^if(def ${dnode.first-child}){^show-dnode[$dnode.first-child]}
   ^if(def ${dnode.next-sibling}){^show-dnode[$dnode.next-sibling]}

Removed from v.1.31  
changed lines
  Added in v.1.314


E-mail: