Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.526 and 1.538

version 1.526, 2002/01/21 12:10:09 version 1.538, 2002/01/25 11:22:52
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[]
   #^xmloutattrwithoutvalue[]
   #^precisionProblem[]
 #^xpath[]  #^xpath[]
 #^ttablesetlang[]  #^ttablesetlang[]
 #^mail3[]  #^mail3[]
Line 87  $response:content-type[$.value[text/html Line 89  $response:content-type[$.value[text/html
 <hr>  <hr>
 OK  OK
   
   @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>
Line 173  $cache[^file:list[.;\.cache^$]] Line 190  $cache[^file:list[.;\.cache^$]]
   
   
 @xslt2[]  @xslt2[]
 $xdoc[^xdoc::set{<?xml version="1.0" encodingz="windows-1251" ?>  $xdoc[^xdoc::set{<?xml version="1.0" encoding="windows-1251" ?>
 <document><block><p>привет</p></block></document>  <document><block><p>привет</p></block></document>
 }]  }]
 ^show-xdoc2[$xdoc]  ^show-xdoc2[$xdoc]

Removed from v.1.526  
changed lines
  Added in v.1.538


E-mail: