Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.12 and 1.313

version 1.12, 2001/03/18 14:45:31 version 1.313, 2001/09/17 16:49:15
Line 1 Line 1
 @main[]  @main[]
 ^untaint[as-is]{^process[$request:query]}  ^xslt[]
 ^$request:query=$request:query<BR>  
 ^$request:uri=$request:uri<BR>  
 $response:Zcontent-type[test]  
 $m&n[<z>]  
 $response:body[replaced]  
 <a href="^taint[uri;ïàðà ñëîâ]">a</a>  
   
 $response:a[av]  @xslt[]
 ^$response:a=$response:a  $dom[^dom::set{<?xml version="1.0" encoding="windows-1251"?>
   
   <people>
           <man id="1">
                   <name>PAF</name>
           </man>
           <man id="2">
                   <name>ÏÈÔ</name>
           </man>
   </people>
   }]
   
   $people[^dom.xpath[/people/man/name]]
   
   ^for[i](0;^people._count[]-1){
           z$people.$i.first-child.value<br>       
   }
   OK
   

Removed from v.1.12  
changed lines
  Added in v.1.313


E-mail: