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=29968>. 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=29968 JXPathContext.setTypeConverter() [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER ------- Additional Comments From [EMAIL PROTECTED] 2004-07-08 13:15 ------- Unfortunately, I don't know of a way to do this without making a whole lot of incompatible changes in the API. Basically, most of the ValueUtil methods will have to take TypeConverter as an argument. Similarly, NodePointer will need to be associated with a TypeConverter. The change appears to be much too massive to be practical. A good workaround might be to use JXPath's integration with BeanUtils' TypeConverters. You can register as many custom converters as needed. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
