| <?xml version="1.0" encoding="UTF-8"?> |
| <?xml-stylesheet type="text/xsl" href="../new_and_noteworthy.xsl"?> |
| <release name="Incubator" root="../../.."> |
| <greeting> |
| The WTP Incubator is a subproject fostering the creation and development of new components for existing WTP |
| subprojects, before they become part of a release. While they don't fall under the same schedule as the WTP release |
| itself, they are encouraged to follow the same processes. As such, a complete list of which Incubator bugs were |
| fixed during this milestone is also |
| <a |
| href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=WebTools&component=incubator&component=wtp.inc.facelets&component=wtp.inc.xsl&target_milestone=1.0+M6&cmdtype=doit" |
| >available</a> |
| . |
| </greeting> |
| <component name="XSL 1.0M6"> |
| <item title="Validators: XPath 2.0 Validation for XSLT 2.0"> |
| <description> |
| <p> The XSLT Validators will correctly handle valid XPath 2.0 expressions in XSLT 2.0. In the past, these were |
| marked as being in error. This functionality is leveraging the XPath 2.0 processor/parsing capabilities of the |
| PsychoPath processor. </p> |
| </description> |
| </item> |
| <item title="XPath 2.0: PsychoPath processor"> |
| <description> |
| <p> |
| XSL Tools now includes and maintains the XPath 2.0 processor, known as psychopath, thanks to a contribution from Andrea Bittau. |
| This is a mostly compliant implementation of a 2004 Draft of the XPath 2.0 specificiation. It is also |
| an XML Schema aware processor, allowing for the use of the XML Schema data types and grammars. The |
| processor can be used standalone outside of eclipse as it's own JAR file. |
| </p> |
| <p> |
| Future plans for this processor include having it be compliant to the current approved XPath 2.0 specification. |
| </p> |
| </description> |
| </item> |
| <item title="Launching: Open Files"> |
| <description> |
| <p> |
| A code contribution from Stuart Harper now allows for the selection of |
| existing files that may be already opened in editors. This is available |
| when selecting an XSL to launch or pressing CTRL+F11 or F11 for debugging. |
| </p> |
| <img src="incubator/openfilesLaunch.png" alt="Launch Open Files"/> |
| <p> |
| Note: Selection is limited to those files that are stored on a file system and not |
| accessed remotely. |
| </p> |
| </description> |
| </item> |
| </component> |
| </release> |