--- parser3/src/www/htdocs/Attic/index.html 2002/01/25 12:09:04 1.539
+++ parser3/src/www/htdocs/Attic/index.html 2002/01/28 08:20:33 1.542
@@ -4,7 +4,10 @@ $response:charset[windows-1251]
$response:content-type[$.value[text/html]$.charset[$response:charset]]
@main[]
-^tlock[]
+^xdocset1[]
+#^regexp3[]
+#^exec2[]
+#^tlock[]
#^xmloutattrwithoutvalue[]
#^precisionProblem[]
#^xpath[]
@@ -90,6 +93,20 @@ $response:content-type[$.value[text/html
OK
+@xdocset1[]
+$d[^xdoc::set{=^taint[&]=}]
+^show_xdoc2[$d]
+
+@regexp3[]
+$s[abcÀÁÂ]
+^if(^s.match[][i]){y}{n}
+
+
+@exec2[]
+$a[^file::exec[bin/t.cmd]]
+^taint[$a.text]
|$a.status|$a.stderr
+
+
@tlock[]
^file:lock[lockfile]{
code
@@ -114,7 +131,7 @@ $b(^a.double[])
$xdoc[^xdoc::set{
ïðèâåò
}]
-#^show-xdoc2[$xdoc]
+#^show_xdoc2[$xdoc]
$node[^xdoc.selectSingle[/document/block/p]]
^if(def $node){
^if($node is string){
@@ -199,8 +216,8 @@ $cache[^file:list[.;\.cache^$]]
$xdoc[^xdoc::set{
ïðèâåò
}]
-^show-xdoc2[$xdoc]
-^show-xdoc2[^xdoc.transform[templates/_document.xslt]]
+^show_xdoc2[$xdoc]
+^show_xdoc2[^xdoc.transform[templates/_document.xslt]]
@@ -264,7 +281,7 @@ $bred[^int::int[]]
@xloadwrongtable[]
$constr[^xdoc::load[wrongtable.xml]]
-^show-xdoc2[$constr]
+^show_xdoc2[$constr]
@xsetwrongtable[]
$constr[^xdoc::set{
@@ -395,7 +412,7 @@ $html[^file:list[.;\.html^$]]
$dom_from_disk[^xdoc::load[input.xml]]
$dom_created_in_air[^xdoc::create[doc]]
^dom_created_in_air.documentElement.appendChild[^dom_from_disk.documentElement.cloneNode(1)]
-^show-xdoc2[$dom_created_in_air]
+^show_xdoc2[$dom_created_in_air]
@tcache[]
@@ -486,14 +503,14 @@ $text[^name.appendChild[^xdoc.createText
#$paf.nodeName
#$doc.documentElement.nodeName
-^show-xnode1[$xdoc.documentElement;0;1]
+^show_xnode1[$xdoc.documentElement;0;1]
-^show-xdoc2[$xdoc]
+^show_xdoc2[$xdoc]
@domxslt[]
^domdata[]
-^show-xdoc2[^xdoc.transform[global.xsl;$.param1[123/]]]
+^show_xdoc2[^xdoc.transform[global.xsl;$.param1[123/]]]
@lsplit2[]
@@ -680,7 +697,7 @@ $env:HTTP_COOKIE
@xslt[]
^xdata[]
$transformed[^xdoc.transform[global.xsl;$.param1[123/]]]
-^show-xdoc2[$transformed]
+^show_xdoc2[$transformed]
@regexp2[]
$s[ select]
@@ -768,17 +785,17 @@ $xdoc[^xdoc::set{^process{
-#^show-xnode1[$xdoc]
+^show_xdoc2[$xdoc]
+#^show_xnode1[$xdoc]
$people[^xdoc.select[*/man]]
#^show1[]
-^show-xnodes1[$people]
+^show_xnodes1[$people]
#^people.0.owner.hren[]
-^show-xnode1[^xdoc.selectSingle[*/man[2]/name];0;1]
+^show_xnode1[^xdoc.selectSingle[*/man[2]/name];0;1]
by id:
-^show-xnode1[^xdoc.getElementById[1];0;1]
+^show_xnode1[^xdoc.getElementById[1];0;1]
@show1[array]
@@ -792,12 +809,12 @@ by id:
}
-@show-xnodes1[array][i]
+@show_xnodes1[array][i]
^for[i](0;^array._count[]-1){
- ^show-xnode1[$array.$i;0;1]
+ ^show_xnode1[$array.$i;0;1]
}
-@show-xnode1[x;level;single][l]
+@show_xnode1[x;level;single][l]
^if(def $x){
^for[l](0;$level-1){ ^; ^; ^; ^;}
^if($x.nodeType == $xnode:ELEMENT_NODE){
@@ -813,9 +830,9 @@ by id:
}
^if(def $x.nodeValue){$x.nodeValue}
- ^show-xnode1[$x.firstChild]($level+1)
+ ^show_xnode1[$x.firstChild]($level+1)
^if(!$single){
- ^show-xnode1[$x.nextSibling]($level)
+ ^show_xnode1[$x.nextSibling]($level)
}
^if($x.nodeType == $xnode:ELEMENT_NODE){
@@ -823,7 +840,7 @@ by id:
}
}
-@show-xdoc2[xdoc]
+@show_xdoc2[xdoc]
^xdoc.save[out/save.xml;
# $.encoding[utf-8]
$.method[xml]