--- parser3/www/htdocs/Attic/_bug.html 2004/02/18 13:04:45 1.5
+++ parser3/www/htdocs/Attic/_bug.html 2005/12/19 12:24:57 1.114
@@ -1,14 +1,21 @@
-@main[]
-$request:charset[UTF-8]
-#$response:charset[UTF-8]
-$response:charset[windows-1251]
-$response:content-type[$.value[text/html]$.charset[$response:charset]]
-$xdoc[^xdoc::create{
-
-исходный
-
-}]
-$xdoc[^xdoc.transform[_bug.xsl]]
-^xdoc.string[]
-
-$request:charset/$response:charset
\ No newline at end of file
+@main[]
+^try{
+ ^mustfail[]
+}{
+ ^if($exception.type eq xml){
+ failed, that's OK
+ $exception.handled(1)
+ }
+}
+
+@mustfail[]
+$dom_from_disk[^xdoc::create[input]]
+$dom_created_in_air[^xdoc::create[doc]]
+^dom_created_in_air.documentElement.appendChild[$dom_from_disk.documentElement]
+^show_xdoc2[$dom_created_in_air]
+
+@show_xdoc2[xdoc]
+^taint[html][^xdoc.string[
+ $.method[html]
+]]
+