-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 5.0
-
Component/s: xml
-
1.4
-
generic
-
generic
When TransformerHandler receives characters event with empty text, it creates an empty Text node. It should probably check length==0, and ignore it, since in DOM empty text is ignorable.