Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.459 and 1.468

version 1.459, 2001/11/01 15:11:36 version 1.468, 2001/11/09 12:09:53
Line 1 Line 1
 @main[]  @main[]
   #^xchildren[]
   #^thashforeach3[]
   #^thashforeach2[]
 #^thashforeach[]  #^thashforeach[]
 #^thashdelete[]  #^thashdelete[]
 #^connect[mysql://user:pass@cd.rinet.ru/db]{^void:sql{z} }  #^connect[mysql://user:pass@cd.rinet.ru/db]{^void:sql{z} }
Line 11 Line 14
 #^connect[mysql://user:pass@host]{ }  #^connect[mysql://user:pass@host]{ }
 #^безнадёжна_попытка_поправить_непоправимое[]  #^безнадёжна_попытка_поправить_непоправимое[]
 #^tcache[]  #^tcache[]
 ^thashfileexp[]  #^thashfileexp[]
 #^tcounter[]  #^tcounter[]
 #^tablehash[]  #^tablehash[]
 #j^hashfile[]  #j^hashfile[]
Line 50 Line 53
 #^exec[]  #^exec[]
 #^fori[]  #^fori[]
 #^tconnect[]  #^tconnect[]
 #^xslt[]  ^xslt[]
 #^xml[]  ^xml[]
 #^header[]  #^header[]
 OK  OK
   
   $constructor[
   <block1 name="main_srvr" type="0" label="Основное тело" />
   <block2 name="main_srvr2" type="0" label="Основное тело" />
   ]
   
   $constr[^xdoc::set{<?xml version="1.0" encoding="windows-1251" ?>
   <block-list>^untaint[as-is]{$constructor}</block-list>}]
   
   $children[$constr.documentElement.childNodes]
   ^if($children){
   ^for[i](1;^children._count[]){
           $node[$children.$i]
           $node.nodeName<br>
   }
   }
      
   
   @thashforeach3[]
   $h[
           $.a[1] 
           $.b[2]
   ]
   $c[^table::set{a
   ^h.foreach[key;value]{$value
   }}]
   $c.a
   
   @thashforeach2[]
   $h[
           $.a[1] 
           $.b[2]
   ]
   $c[
   ^h.foreach[key;value]{
           $.$key[$value]
   }
   ]
   $c.b
   
 @thashforeach[]  @thashforeach[]
 $h[  $h[
         $.a[1]           $.a[1] 
Line 140  $hash[^hf.hash[]] Line 182  $hash[^hf.hash[]]
   
 @tcounter[]  @tcounter[]
 ^tcounterone[$DB_HOME]  ^tcounterone[$DB_HOME]
 #other root:  other root:
 #^tcounterone[${DB_HOME}2]  ^tcounterone[${DB_HOME}2]
 #again, first:  again, first:
 #^tcounterone[$DB_HOME]  ^tcounterone[$DB_HOME]
   
 @tcounterone[DB_HOME]  @tcounterone[DB_HOME]
 $counter[^hashfile::open[$DB_HOME;counter]]  $counter[^hashfile::open[$DB_HOME;counter]]
Line 458  $a.status|$a.stderr<hr> Line 500  $a.status|$a.stderr<hr>
   
 @xdata[]  @xdata[]
 #$response:content-type[$.value[text/html] $.charset[windows-1251]]  #$response:content-type[$.value[text/html] $.charset[windows-1251]]
 $xdoc[^xdoc::load[input.xml]]  $xdoc[^xdoc::set{<?xml version="1.0" encoding="windows-1251"?>
   <!--DOCTYPE people SYSTEM "D:\Y\parser3project\parser3\src\www\htdocs\people.dtd"-->
   
   <people>
           <man id="1" имя="word слово">
                   <name>P&#171^;AF        B</name>
           </man>
                   <man id="2">
                           <name>ПИФ^taint[&]</name>
                   </man>
   </people>
   }]
   
 @xml[]  @xml[]
 ^xdata[]  ^xdata[]
Line 528  $file[^xdoc.file[ Line 581  $file[^xdoc.file[
         $.method[html]          $.method[html]
 ]]  ]]
 ^file.save[text;save_file.html]  ^file.save[text;save_file.html]
 <pre>taint[^xdoc.string[]]  <pre>^taint[^xdoc.string[]]
 #       $.encoding[windows-1251]  #       $.encoding[windows-1251]
 #       $.method[html]  #       $.method[html]
 #]]  #]]

Removed from v.1.459  
changed lines
  Added in v.1.468


E-mail: