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 16:50:12 +0100
    How can I do this? Will I have to write an XML serializer in XSL
    or is there an easier way?

Yes, if you generate a node tree in the RTF then you'll have to use
x:node-set() to get the nodes back and then use templates or an
extesnion function to serialise the tree as a string. There are several
existing templates to do this in the faq or in the archives of this list.

Or of course you can alternatively generate the string rather than nodes
in the original variable, if you only want the string and never need the
nodes.


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