On 2/19/2011 12:16 PM, David Bertoni wrote:
On 2/17/2011 2:11 AM, Martin Elzen wrote:
Hi all. I’d like to know: where can I find info or documentation on
what’s changed between Xalan versions 1.10 and the
not-yet-officially-released 1.11?
There really isn't any documentation and it's unlikely there will be. Most of the changes are bug fixes, or issues to maintain compatibility with major API changes in Xerces-C that happened between Xerces-C 2.8 and 3.0.x. There are also some changes for issues with GCC 4.x and the newer Microsoft compilers.

Dave

Thanks Dave,

FYI: I found a minor difference in error propagation when extending the Function class when creating custom XPath functions. The difference is minor. I resolved the difference by examining the inheritance on callback trees and calling the proper error registry. The XPath processor cashes the error and makes the message known to the transformer when the custom Function returns. Eventually, the process or thread that started the transformer is notified of the anomaly and can therefore process the error or warning. I have deployed several custom functions in production software to significantly reduce stylesheet processing overhead.

Otherwise I have found the Xalan version 1.10 documentation very usable.

Steve
---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org
For additional commands, e-mail: xalan-dev-h...@xml.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org
For additional commands, e-mail: xalan-dev-h...@xml.apache.org

Reply via email to