dbertoni 01/07/26 22:32:12
Modified: c/src/XMLSupport FormatterToText.hpp
Log:
Fixed bug where default was to ignore whitespace nodes.
Revision Changes Path
1.11 +1 -1 xml-xalan/c/src/XMLSupport/FormatterToText.hpp
Index: FormatterToText.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToText.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- FormatterToText.hpp 2001/05/02 15:43:13 1.10
+++ FormatterToText.hpp 2001/07/27 05:32:12 1.11
@@ -115,7 +115,7 @@
Writer& writer,
const XalanDOMString& encoding,
bool
normalizeLinefeed = true,
- bool
handleIgnorableWhitespace = false);
+ bool
handleIgnorableWhitespace = true);
virtual
~FormatterToText();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]