I have a Resource which is returning a TransformRepresentation; it works
fine when the output is HTML.
However, I need to also be able to return text, for which I use an
alternate stylesheet. The text is fine except I am unable to use
<xsl:text> to get just a newline in certain places, which I need. The
stylesheet works as expected in other contexts, but not via restlet.
Any thoughts? Any way I can get to the underlying xsl engine being used
for the transform?
Thanks,
dwh
- whitespace in TransformRepresentation text output Denis Haskin
-