Your XSLT Processor
To perform an XSLT conversion, you need an XSLT processor. The XML Streams Module does not ship with an XSLT processor, giving you the ability to select the processor of your choice.
Among the most popular implementations of XSLT processors is the Apache XML Project's Xalan. The XML Streams Module has previously provided support for Xalan. If you wish to use Xalan as your XSLT processor, you may still access the Rogue Wave header files supporting XSLT transformations using Xalan. These header files are now included in the XSLT example directory at buildspace\examples\xmlstreams\xsltTransform.
You may include the headers from that directory, or even copy them into your buildspace/rw directory. You may also modify the headers to support any other XSLT processor with a suitable iostream interface (or an interface that can be adapted appropriately).