The XsltTransformer class
The xml.XsltTransformer class handles XML transformation following the
XSLT version 1.0 specification.
This class is provided in the
xml C-Extension library; To use this class, import the
xml package with:IMPORT xmlImportant:
This class is not available on iOS, as it is based on libxslt library, which is not allowed on the AppleĀ® store.