Diff for /parser3/tests/181.html between versions 1.1 and 1.2

version 1.1, 2008/06/16 14:28:44 version 1.2, 2019/11/06 13:17:41
Line 1 Line 1
 $x[^xdoc::create{<?xml version="1.0" encoding="UTF-8"?>  @main[]
 <!DOCTYPE document SYSTEM "http://localhost/tests/181.ent">  
 <document>  $x[^xdoc::create{^xml[http://localhost/tests/181.ent]}]
 <root />  ^x.string[]
 </document>}]  ^x.string[ $.method[html] $.omit-xml-declaration[yes] ]
   
   $x[^xdoc::create{^xml[$request:document-root/tests/181.ent]}]
   
   ^try-catch{
           $x[^xdoc::create{^xml[http://localhost/tests/no-such-file.ent]}]
   }
   
 done.  done.
   
   @xml[fname]
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE document SYSTEM "$fname">
   <document>
   <root />a&nbsp^;b
   </document>

Removed from v.1.1  
changed lines
  Added in v.1.2


E-mail: