--- tokenizer.rb Sun Nov 25 13:19:14 2001 +++ ../../nqxml-1.1.3p1/nqxml/tokenizer.rb Mon Jan 7 13:15:40 2002 @@ -420,5 +420,5 @@ module NQXML if attrs['standalone'] && !(attrs['standalone'] == 'yes' || attrs['standalone'] == 'no') - str = "xml standalone attribute \"#{attrs['standalone']\"" + + str = "xml standalone attribute \"#{attrs['standalone']}\"" + " illegal; must be \"yes\" or \"no\"" raise ParserError.new(str, self)