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=29188>.
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=29188

Minor clean-ups and speed/memory improvment





------- Additional Comments From [EMAIL PROTECTED]  2004-07-18 18:17 -------
New Version of the path.
This one have give big performance & memory improvments to the users of XPath
transformation(x2-x3 times faster) and far lesser improvments for the other kind
of users. All in All passing all tests ot junit suite goes from 36-37secs in the
CVS to 15-17secs to the one patched. With a memory footprint of 29meg to 18meg
with a less gc pressure.

This patch also fix a bug intruduced in the c14n rewrite, discover by KM Yung
Jemmee that happends when a dom tree like
<a xmlns="...">
  <b xmlns="">
     <c>
  </b>
</a>
the subtree c is asked to be c14n.

That in the current cvs code generates
<c xmlns=""> output instead of plain <c>

Reply via email to