Details
-
Type: Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2.2
-
Component/s: None
-
Labels:None
-
JDK version and platform:All
Description
DomDriver has a constructor with (String encoding, XmlFriendlyReplacer replacer). It passes the replacer up to the parent, as expected. But then it never uses xmlFriendlyReplacer() to construct the DomReader or the PrettyPrintWriter.
Stupid error. Thanks for heads-up. I've checked in a corrected version.