Representation able to apply an XSLT transformation. The internal JAXP
transformer is created when the getTransformer() method is first called. So,
if you need to specify a custom URI resolver, you need to do it before
actually using the representation for a transformation.
This representation should be viewed as a wrapper representation that applies
a transform sheet on a source representation when it is read or written out.
Therefore, it isn't intended to be reused on different sources. For this use
case, you should instead use the
org.restlet.Transformer filter.
author: Jerome Louvel (contact@noelios.com) author: href="http://www.noelios.com/">Noelios Consulting