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

http://issues.apache.org/bugzilla/show_bug.cgi?id=36890





------- Additional Comments From [EMAIL PROTECTED]  2005-10-05 20:08 -------
It is perhaps not the fastest or memory efficient mean for very large XML 
files, although one could argue that in theory a good optimizing XSL processor 
doesn't need buffer/load whole document to do a concatenation when compiling 
the stylesheet.

It is however the 'right' way to manipulate XML files, even for concatenation. 
Works all the time, whether a DTD or entities are used in the part, or when 
encoding differs, whereas straight concatenation with head/tail filters is much 
less robust.

BTW, concatenating large XML files is in all cases a bad idea (something Ant's 
own JUnit does, BTW). --DD

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to