Skip to text

What is XSLT

XSL is a transformation language used to generate document types (including web pages) from XML data. We use XSL because it allows us to keep the business logic of our web software independent of the interface. This means that we could format the same data for different media simple by adjusting one tier of our architecture.

Instead of producing HTML web content, a different set of XSL files might produce output for PDF document, mobile phone or other digital medium.

This is all part of our vision to create a flexible and extensible framework on which to deploy digital solutions.
XSL
XSL
Data processing and transform language used to convert raw XML data into digital formats. We use XSL to generate XHTML from XML data.