-
Committer:
Jacques Distler
-
Date:
2007年10月13日 21:32:04 UTC
-
Revision ID:
distler@golem.ph.utexas.edu-20071013213204-1m5jk511kfnlur8i
Performance
My REXML::Element.to_ncr (and REXML::Element.to_utf8) is horribly slow. For long documents, it proves more efficient to serialize to a string, apply String.to_ncr (or String.to_utf8) and then Sanitize the string.