Project

Profile

Help

Bug #1702

Updated by O'Neil Delpratt about 11 years ago

In the method getStringConverter for the class StringConverter, it is quite possible that this method may go into infinite recursion when the target type is of type ExternalObjectType. 

 Fix applied and committed. We have created a sub-class of StringConverter to special case the ExternalObjectType. Here we fail cleanly. 

 However, there's nothing in the .net API for creating a DotNetExternalObjectType that reflects a .net type. This would be useful for declaring the result type of an integrated extension function. We hope to add this in a future release of SaxonHE .NET

Back