Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.520 and 1.535

version 1.520, 2002/01/11 13:45:21 version 1.535, 2002/01/24 15:11:59
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[]
 ^xpath[]  ^xmloutattrwithoutvalue[]
   #^precisionProblem[]
   #^xpath[]
 #^ttablesetlang[]  #^ttablesetlang[]
 #^mail3[]  #^mail3[]
 #^ttime[]  #^ttime[]
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=""><br/></doc>}]
   $doc[^doc.transform[global.xsl]]
   =^taint[html][^doc.string[$.method[xhtml]]]=
   
   
   
   @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 177  $xdoc[^xdoc::set{<?xml version="1.0" enc Line 194  $xdoc[^xdoc::set{<?xml version="1.0" enc
 <document><block><p>привет</p></block></document>  <document><block><p>привет</p></block></document>
 }]  }]
 ^show-xdoc2[$xdoc]  ^show-xdoc2[$xdoc]
 #^show-xdoc2[^xdoc.transform[templates/_document.xslt]]  ^show-xdoc2[^xdoc.transform[templates/_document.xslt]]
 <hr>  <hr>
   
   
Line 801  by id: Line 818  by id:
 }  }
   
 @show-xdoc2[xdoc]  @show-xdoc2[xdoc]
 ^rem{  
 ^xdoc.save[out/save.xml;  ^xdoc.save[out/save.xml;
 #       $.encoding[windows-1251]  #       $.encoding[utf-8]
         $.method[xml]          $.method[xml]
 ]  ]
 $file[^xdoc.file[  $file[^xdoc.file[
 #       $.encoding[windows-1251]          $.encoding[utf-8]
         $.method[html]          $.method[html]
 ]]  ]]
 ^file.save[text;out/save_file.html]  ^file.save[text;out/save_file.html]
 }  
 #$response:body[^xdoc.file[     $.media-type[text/paf]  ]]  #$response:body[^xdoc.file[     $.media-type[text/paf]  ]]
 <pre>^taint[html][^xdoc.string[  <pre>^taint[html][^xdoc.string[
         $.method[html]          $.method[html]
 #       $.version[1.0]  #       $.encoding[utF-8]
 #       $.encoding[utf-8]  
 #       $.omit-xml-declaration[yes]  #       $.omit-xml-declaration[yes]
 #       $.standalone[yes]  #       $.standalone[no]
 #       $.doctype-public[-//W3C//DTD XHTML]  #       -$.doctype-public[-//W3C//DTD XHTML]
 #       $.doctype-system[/a/b/c/]  #       -$.doctype-system[/a/b/c/]
 #       $.indent[no]  #       $.indent[yes]
         $.media-type[text/paf]  #       $.media-type[text/paf]
 ]]  ]]
 </pre>  </pre>

Removed from v.1.520  
changed lines
  Added in v.1.535


E-mail: