XSLT
The proxy portlet reads data and then applies an XSLT transformation before the result is returned to the client web browser. XSLT is a standard for how to transform XML. There is plenty of material available concerning the subject on the web.
Below you find some recommended links to ease the development of XSLT transformations.
- XSLT standard External link.
- XPath standard External link. (used for expressions in XSLT)
- XSLT Introduction (w3school) External link.
- XPath tutorial (w3school) External link.
Tools you might find useful when developing with the proxy portlet.
- Firebug External link. extension for Firefox-web browser.
Did you find the content on this page useful?