Re: [xsl] How does one convert an RTF to a string?

Subject: Re: [xsl] How does one convert an RTF to a string?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 9 Jun 2005 23:16:51 +0100
> David,
> 
>     What I was originally trying to do indeed used xsl:copy-of.
> However, when doing :
> 
> <xsl:message><xsl:copy-of select="$rtf"></xsl:message>
> 
>     ....all I got was "value" in the message. Thats why I'm trying to
> fit the RTF into a string format.


how a system serialises things to xsl:message is system dependent however
I'd expect then to use xml serialisation (at least if that is being used
for the main output) saxon certainly does this. Not sure about xalan.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread