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

version 1.14, 2001/03/18 16:36:57 version 1.313, 2001/09/17 16:49:15
Line 1 Line 1
 @main[]  @main[]
 ^untaint[as-is]{^process[$request:query]}<BR>  ^xslt[]
 ^$request:query=$request:query<BR>  
 ^$request:uri=$request:uri<BR>  @xslt[]
 <a href=^untaint[uri]{$request:query}>aaaaaaaa</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.14  
changed lines
  Added in v.1.313


E-mail: