* Added an EUC encoded file for future testing. * Using text= on a non-string or non-Text argument would cause an error.
This has been fixed so that text= operates like puts, calling to_s on the object first.
* Optimized the pretty-printing code * XPath was doing the wrong comparison for document_order, causing a terrible
bottleneck.