Re: Stylesheet for RTF to HTML II

Subject: Re: Stylesheet for RTF to HTML II
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 5 May 2000 14:05:34 +0100 (BST)
> what I'm mean is an RTF-formatted table within
> an XML-element.
> 
> 
> <RtfTable>
>     \trowd \trgaph107\trleft-107 \clvertalt\cltxlrtb
>     \cellx6096\clvertalt\...
> </RtfTable>
> 
> /Håkan

It would be possible to parse that in XSLT but you really really do not
want to do that. Use xslt to write out the content of the rtftable
element to an external file using xt:document or similar extension
element, then use one of the rtf to xml converters mentioned already to
get an xml file, then use xslt to merge that result into whatever
document you are making.

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread