DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4546>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4546

normalize-space does not properly handle text data





------- Additional Comments From [EMAIL PROTECTED]  2002-04-22 15:39 
-------
I'm using the version directly from CVS trunk (fresh checkout)
without manually changing chunk size.

Tracing down I found in
  org/apache/xml/dtm/ref/sax2dtm/SAX2DTM.java
the lines
  //private FastStringBuffer m_chars = new FastStringBuffer(13, 13);
  protected FastStringBuffer m_chars = new FastStringBuffer(5, 13);

Chunksize was changed in revision 1.23 to 32 Byte to
"Reducing initial space requirements of a DTM".

I call Xalan from commandLine with
  java org.apache.xalan.xslt.Process -IN test.xml -XSL test.xsl
which invokes the SAX2DTM.

How do you call Xalan get 1024byte chunk size?

Reply via email to