Support
To check known issues (or if you want to file one), view this app's issue tracker.
To learn more about the app, you should:
- Read the documentation.
- Investigate the wiki.
If you are a developer, you can help fix the problem yourself by:
- Downloading the source code.
Description
Manage multiple XSLT Templates
Create, update, delete named XSLT templates in the Confluence administration area.
There you can also find the link to perform transformations with the given template.
Transform on a Confluence Page by URL call
Perform XSL transformations on the storage format of a specific Confluence page calling a designated URL.
The template is used to transform the page's storage format to a target format of your choice.
Security
Secured actions, permission checks are applied to the actions.
More details
XSLT Processor Plugin for Confluence
The XSLT Processor Plugin for Confluence allows to transform the storage format of a Confluence page using XSLT templates.
Features
- Create, update, delete named XSLT templates in the administration area
- Perform an XSL transformation on the storage format of a specific Confluence page calling a designated URL
- Secured actions, permission checks are applied to the actions
Usage
- Go to the Confluence administration area -> Administration -> Manage XSLT Templates to create new templates.
- When you've created a new template it is displayed in the list of all available templates. There you can find the URL where the only parameter you need to adjust is the page id from the Confluence page that you want to transform.
- Such an URL might look like this one: http://localhost:1990/confluence/plugins/servlet/xslt-transform?tpl=88e941f0-6426-4e02-ac48-d14d69ba784e&pageId=INSERT-ID
- Now you need to find out the page URL and replace INSERT-ID with your page's id.
Version history
1.1.0Confluence Server 5.0 - 5.7.42014-11-01Confluence 5.6 compatability 1.0.0Confluence Server 5.0 - 5.1.52013-05-20Initial release Features in release 1.0.0:
- #1: Permission checks for administration area
- #2: Create Screenshots and Documentation
- #3: Permission checks for the xslt processing action
- #4: Optimize administration area layout and messages
- #5: Implement CRUD Operations for XSLT Templates
- #6: Implement XSLT Processor capable of handling Atlassian's Storage Format