This is the last Beta version of 3.1 that we are making public before 3.1
is officially released around mid-October - even if other BL63 sub-builds
addressing reported show-stopper problems will likely be released before then.
This is mostly a 3.1 feature freeze build: only show stopper issues and
small usability improvements will be added to the final 3.1 version.
Thanks for your help, and keep reporting issues and suggestions!
Minollo
----------------------------------
Beta 4 Fixes and Improvements
* You can set breakpoints, step into/out/over also inside VB/JScript
functions; variable and watch windows can display variables instantiated in
the context of VB/JScrupt functions
* Application could crash when closing an XSLT document or the whole
application while processing was running
* Added an "Open from SCC" project wizard
* Display of document fragments and XPath results in watch and variable
window is now more flexible, displaying both a string summary of the DOM
tree and letting the user visually navigate the tree
* Fixed a few issues with relative path computation when using UNC urls
* In XML/DTD/XMLSchema editing encoding can now be selecting through a
menu option
* Refined Japanese localization
* Added support for axis, variable, parameters and functions in XSLT
editing SenseX
* Fixed problem making queries like $Fragment/element fail even if
"element" was a top-level element of the document fragment assigned to
$Fragment
* The key() function was not working properly when the match pattern
involved attributes
* Trying to use a $Fragment assigned to an empty document fragment as a
node set was throwing a "cannot convert to node-set" error
* The key() function was not working properly when used on a document
fragment assigned to a variable or parameter
* Other minor improvements and fixes