|
Here's a bug fix as described on ruby-talk:
The heredoc input string and two example files (bibliography.xml and bibliography2.xml) contain:
<?xml version="1.0" encoding="ISO-8859-15"?>
causing REXML to barf. Changing to ISO-8859-1 (or removing) fixes. ISO-8859-15 is unsupported.
|