JDK (Java Development Kit) Tutorials
Dr. Herong Yang, Version 5.00

XSL (Extensible Stylesheet Language)

This chapter provides tutorial notes and example codes on XSL (Extensible Stylesheet Language). Topics include default XSL implementation classes in JDK; writing an XML transformer program using XSL (Extensible Stylesheet Language).

XSL (Extensible Stylesheet Language) - Implementation in JDK

XSLTransformer.java - XML Transformer

Conclusion:

  • JDK supports XSL (Extensible Stylesheet Language) with the Apache xalan implementation package.

Notes and sample codes bellow are based on JDK/J2SDK 1.4.1_01.

Read my other book "Tutorial Notes on XML" on other XML related topics.

Dr. Herong Yang, updated in 2008
XSL (Extensible Stylesheet Language)