Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "XSLT Project"

(Contributions and Contributing)
m (Tutorials: Vogella.de changed to vogella.com)
 
(4 intermediate revisions by 2 users not shown)
Line 11: Line 11:
 
The latest released version of the XSL Tooling project plugins and features can be found at:
 
The latest released version of the XSL Tooling project plugins and features can be found at:
  
http://www.eclipse.org/webtools/incubator/downloads/
+
http://www.eclipse.org/webtools/downloads/
  
 
Milestone builds for the 1.0 version of XSL Tools are now included in the WTP 3.1 Milestone builds.
 
Milestone builds for the 1.0 version of XSL Tools are now included in the WTP 3.1 Milestone builds.
Line 25: Line 25:
 
http://download.eclipse.org/releases/galileo/
 
http://download.eclipse.org/releases/galileo/
  
XSL Tooling does depend on JDT as well as Web Standard Tools in order for some functionality like debugging support.
+
XSL Tools does depend on JDT as well as Web Standard Tools in order for some functionality like debugging support.
  
 
=Documentation=
 
=Documentation=
Line 51: Line 51:
 
* [http://www.eclipse.org/eclipse/debug/documents.php Debug Framework - Articles and Tutorials]
 
* [http://www.eclipse.org/eclipse/debug/documents.php Debug Framework - Articles and Tutorials]
 
* [[CVS_Howto | CVS Howto]]
 
* [[CVS_Howto | CVS Howto]]
* [[Category:WTP_Build_Related WTP Build]]
+
* [http://wiki.eclipse.org/Category:WTP_Build_Related WTP Build]
  
 
=Adopters=
 
=Adopters=
Line 65: Line 65:
  
 
= Tutorials =
 
= Tutorials =
 
+
* [http://www.vogella.com/articles/XSLT/article.html XSLT with Eclipse XSL Tools] from Lars Vogel
* [http://www.vogella.de/articles/DocBook/article.html Docbook with Eclipse and XSL]
+
* [http://www.vogella.com/articles/DocBook/article.html Docbook with Eclipse and XSL]
  
 
[[Category:Eclipse Web Tools Platform Project]]
 
[[Category:Eclipse Web Tools Platform Project]]
 
[[Category:XSL Tools| ]]
 
[[Category:XSL Tools| ]]

Latest revision as of 05:05, 12 June 2018

Background

XSL Tools is now part of the Web Tools Platform Project. We have graduated. Our goals are still the same.

XSL Tools brings XSLT development to the Eclipse platform. The project's goal and background can be found in the XSL Tools Proposal. Its scope is to provide basic XSL editing and debugging support to compliment and leverage the XML and source editing support within WTP.

The XSL Tools project focuses specifically on the Transformation engine of the W3C XSL Specification. XSL stands for Extensible Stylesheet Language and this project is concerned with two of its technologies, XSL Formatting Objects (XSL-FO, as defined in the XSL Recommendation) and the XSL Transformation language (XSLT 1.0 or XSLT 2.0). From here on out, when XSL is mentioned, it is in reference to the Transformation language.

XSL Tools is a component of the Eclipse WTP project. It is the first project to have successfully graduated from the WebTools Incubator.

Download

The latest released version of the XSL Tooling project plugins and features can be found at:

http://www.eclipse.org/webtools/downloads/

Milestone builds for the 1.0 version of XSL Tools are now included in the WTP 3.1 Milestone builds.

http://download.eclipse.org/webtools/downloads/

For those that would like to use the Update Manager or P2 to install XSL Tooling you can use the following update site:

http://download.eclipse.org/webtools/updates/

If you want it to automatically get all of the required plugins, then make sure you have the Galileo Update as well:

http://download.eclipse.org/releases/galileo/

XSL Tools does depend on JDT as well as Web Standard Tools in order for some functionality like debugging support.

Documentation

User Guide

Releng

Contributions and Contributing

For those that would like to help with XSL Tools by supplying patches, and enhancements. We have created a Team Project set file that will contain all the projects necessary to be checked out from CVS.

- You will need the team Project Set for Contributors.

Other Resources:

Adopters

A list of known adopters of the XSL Tools suite of plugins. If you are using or adopting XSL Tools in your project or product please consider adding some information to the Adopters page.

Initial Requirements

The XSL Tools Requirements page is another area that the community can use to express what functionality they need or want in the project.

Project Status

Current status and views of the product backlog can be found on the XSLT Development pages. These pages will be used to show and track progress for each milestone release.

Tutorials

Back to the top