Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.533 and 1.540

version 1.533, 2002/01/23 13:07:53 version 1.540, 2002/01/25 12:59:05
Line 4  $response:charset[windows-1251] Line 4  $response:charset[windows-1251]
 $response:content-type[$.value[text/html]$.charset[$response:charset]]  $response:content-type[$.value[text/html]$.charset[$response:charset]]
   
 @main[]  @main[]
 $a[123456789012345678901234567890]  ^exec2[]
 $b(^a.double[])  #^tlock[]
 ^b.format{%.20E}  #^xmloutattrwithoutvalue[]
   #^precisionProblem[]
   
 #^xpath[]  #^xpath[]
 #^ttablesetlang[]  #^ttablesetlang[]
 #^mail3[]  #^mail3[]
 #^ttime[]  #^ttime[]
 #^tupper[]  #^tupper[]
 #^treplace[]  #^treplace[]
 ^xslt2[]  #^xslt2[]
 #^tcache2[]  #^tcache2[]
 #$ORIGINS(1)  #$ORIGINS(1)
 #$t[^table::set{a b} ^table::set{c d}]  #$t[^table::set{a b} ^table::set{c d}]
Line 92  $b(^a.double[]) Line 91  $b(^a.double[])
 <hr>  <hr>
 OK  OK
   
   @exec2[]
   $a[^file::exec[bin/t.cmd]]
   <pre>^taint[$a.text]</pre>|$a.status|$a.stderr<hr>
   
   
   @tlock[]
   ^file:lock[lockfile]{
           code
   }
   
   @xmloutattrwithoutvalue[]
   #$ORIGINS(1)
   $doc[^xdoc::set{<?xml version="1.0"?><doc background="">zz</doc>}]
   $doc[^doc.transform[global.xsl]]
   =^taint[html][^doc.string[$.method[html]]]=
   
   
   
   @precisionProblem[]
   $a[123456789012345678901234567890]
   $b(^a.double[])
   ^b.format{%.20E}
   <hr>
   ^eval(2*2)
   
 @xpath[]  @xpath[]
 $xdoc[^xdoc::set{<?xml version="1.0" encoding="windows-1251" ?>  $xdoc[^xdoc::set{<?xml version="1.0" encoding="windows-1251" ?>
 <document><block><p>привет</p></block></document>  <document><block><p>привет</p></block></document>

Removed from v.1.533  
changed lines
  Added in v.1.540


E-mail: